GET /api/bet_types/d8c4cb0c-e45e-4c40-a6cd-910b81af57cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d8c4cb0c-e45e-4c40-a6cd-910b81af57cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c621167-934a-4c3e-af9a-e84fec49aaa4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-13T14:56:59.022211-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": "Jayme Hinshaw",
                "amount": 5669.0
            },
            {
                "team": "Charisa Sigala",
                "amount": 4331.0
            }
        ],
        "expected_reward_tokens": 9353.85,
        "profit_sb": -146.15,
        "profit_sb_percentage": -1.54,
        "recommended": false
    },
    "lines": [
        {
            "id": "44155cb0-d761-469b-93a1-eb92af7fb8c2",
            "gambit_id": "8c8e3ee6-bae3-4977-8eff-402707d3b9ef",
            "last_updated": "2023-02-18T09:32:09.794275-05:00",
            "created_at": "2023-02-13T14:56:59.025361-05:00",
            "name": "Jayme Hinshaw",
            "reward": "1.65000",
            "odds": "1.67000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c4cb0c-e45e-4c40-a6cd-910b81af57cb/?format=api"
        },
        {
            "id": "1cff7120-b6f9-4113-a255-0c72245de7f3",
            "gambit_id": "951a00a6-cee3-4046-a731-81f981d3d2ff",
            "last_updated": "2023-02-18T09:32:09.793156-05:00",
            "created_at": "2023-02-13T14:56:59.023914-05:00",
            "name": "Charisa Sigala",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d8c4cb0c-e45e-4c40-a6cd-910b81af57cb/?format=api"
        }
    ]
}