GET /api/bet_types/15cf4e17-26fe-40b5-bb11-8375a7e71a39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15cf4e17-26fe-40b5-bb11-8375a7e71a39",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa9d0e79-fac5-4544-8285-7a460e7afc98/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:28:11.359693-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 7356.0
            },
            {
                "team": "Draw",
                "amount": 2644.0
            }
        ],
        "expected_reward_tokens": 11104.8,
        "profit_sb": 1604.8,
        "profit_sb_percentage": 16.89,
        "recommended": true
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 6173.0
            },
            {
                "team": "Draw",
                "amount": 2219.0
            },
            {
                "team": "Luton Town",
                "amount": 1607.0
            }
        ],
        "expected_reward_tokens": 9319.8,
        "profit_sb": -180.2,
        "profit_sb_percentage": -1.9,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa90fc62-a018-46a9-a8a8-45c9ea04e945",
            "gambit_id": "5e9bbbd2-7afc-416c-ae45-2f61f7083db6",
            "last_updated": "2023-12-05T21:28:20.497677-05:00",
            "created_at": "2023-12-01T19:28:11.368811-05:00",
            "name": "Brentford",
            "reward": "1.51000",
            "odds": "1.53000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15cf4e17-26fe-40b5-bb11-8375a7e71a39/?format=api"
        },
        {
            "id": "81aeee12-ca1e-4966-b40c-589929a8b999",
            "gambit_id": "36567123-403c-49ed-8730-4a50133f25e7",
            "last_updated": "2023-12-05T21:28:20.493717-05:00",
            "created_at": "2023-12-01T19:28:11.363749-05:00",
            "name": "Draw",
            "reward": "4.20000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15cf4e17-26fe-40b5-bb11-8375a7e71a39/?format=api"
        },
        {
            "id": "94619474-4e2c-49af-9e70-d8d995e143e1",
            "gambit_id": "82e01d9d-de24-403e-8eee-edbff040690b",
            "last_updated": "2023-12-05T21:28:20.501580-05:00",
            "created_at": "2023-12-01T19:28:11.373252-05:00",
            "name": "Luton Town",
            "reward": "5.80000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15cf4e17-26fe-40b5-bb11-8375a7e71a39/?format=api"
        }
    ]
}