GET /api/bet_types/6ced5f60-1941-4d55-bc73-dcd4b78cceef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ced5f60-1941-4d55-bc73-dcd4b78cceef",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac2e1089-8d2e-4b20-aedf-40469788f3da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-09T08:43:18.687728-04: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": "MIA (J Luzardo)",
                "amount": 5325.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "7fa50c87-fdf9-47f2-9c5c-74c2b850968a",
            "gambit_id": "7945f4e6-0257-483e-bb6e-589baf6f42a1",
            "last_updated": "2023-07-10T18:28:23.272652-04:00",
            "created_at": "2023-07-09T08:43:18.693594-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ced5f60-1941-4d55-bc73-dcd4b78cceef/?format=api"
        },
        {
            "id": "1c281166-d4e6-435f-be1b-eeec06931565",
            "gambit_id": "82c6332c-930a-4201-b107-3ce6806afca6",
            "last_updated": "2023-07-10T18:28:23.271272-04:00",
            "created_at": "2023-07-09T08:43:18.690531-04:00",
            "name": "PHI (A Nola)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ced5f60-1941-4d55-bc73-dcd4b78cceef/?format=api"
        }
    ]
}