GET /api/bet_types/8daf993e-fd20-4b27-bb04-0265f58a193c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8daf993e-fd20-4b27-bb04-0265f58a193c",
    "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?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": "TCU",
                "amount": 6104.0
            },
            {
                "team": "Kansas State",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "197334bc-2486-44ad-a798-714e896c0d09",
            "gambit_id": "d5474bff-d4a0-49ab-8995-05a0d4d0c033",
            "last_updated": "2022-10-23T21:41:54.636565-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf993e-fd20-4b27-bb04-0265f58a193c/?format=api"
        },
        {
            "id": "6ff14f37-9505-4234-b75e-86ee57b6a889",
            "gambit_id": "25b7c23c-e024-4c5e-9adb-1cc05ffdd3cd",
            "last_updated": "2022-10-23T21:41:54.635375-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf993e-fd20-4b27-bb04-0265f58a193c/?format=api"
        }
    ]
}