GET /api/bet_types/5ee999b3-565f-4017-915c-94b351237810/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ee999b3-565f-4017-915c-94b351237810",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd404611-661d-41a4-a275-d05dac3a75c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami Dolphins",
                "amount": 6104.0
            },
            {
                "team": "New York Jets",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "0cde24fd-cde3-4b7a-97d7-463dfe707823",
            "gambit_id": "f230bc90-fc96-4b58-bbbd-c188aaff3f71",
            "last_updated": "2022-10-11T11:56:57.597204-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee999b3-565f-4017-915c-94b351237810/?format=api"
        },
        {
            "id": "2c3f2320-b4c4-44e0-bfd2-a8c109b414bf",
            "gambit_id": "66912d75-333d-4217-8d3b-3e86b6870b64",
            "last_updated": "2022-10-11T11:56:57.596250-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Jets",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ee999b3-565f-4017-915c-94b351237810/?format=api"
        }
    ]
}