GET /api/bet_types/6e62a307-00be-48b4-bdda-4a2343977d9d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e62a307-00be-48b4-bdda-4a2343977d9d",
    "match": "https://api-prod.gambitprofit.com/api/matches/d75b71fc-f7c6-400e-9bb3-4b044b94265c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-18T08:46:57.530467-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": "Calgary Flames",
                "amount": 5421.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "d776fb78-e855-42e0-b6db-63abd5f23125",
            "gambit_id": "5b687e20-e884-478a-b200-69333b5aabe0",
            "last_updated": "2023-03-20T09:36:53.084739-04:00",
            "created_at": "2023-03-18T08:46:57.533234-04:00",
            "name": "Calgary Flames",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e62a307-00be-48b4-bdda-4a2343977d9d/?format=api"
        },
        {
            "id": "fb7da810-8fa2-45b9-b8e2-b125de68518b",
            "gambit_id": "51311ef5-e657-4f4a-8a34-2e629da5d67e",
            "last_updated": "2023-03-20T09:36:53.087293-04:00",
            "created_at": "2023-03-18T08:46:57.535726-04:00",
            "name": "Dallas Stars",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e62a307-00be-48b4-bdda-4a2343977d9d/?format=api"
        }
    ]
}