GET /api/bet_types/44228cfb-a4b2-4c5d-b9fc-99aeb447049c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44228cfb-a4b2-4c5d-b9fc-99aeb447049c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0c1fe22-345b-4a26-a68d-5df8ff1f31fd/?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": "San Jose Sharks",
                "amount": 5607.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4393.0
            }
        ],
        "expected_reward_tokens": 9531.9,
        "profit_sb": 31.9,
        "profit_sb_percentage": 0.34,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb9a6d51-dd9d-49cb-a8bc-97f50b647cd2",
            "gambit_id": "dfafbab4-dc8b-4c9e-a2e5-e1515775801e",
            "last_updated": "2022-10-17T14:08:03.349263-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44228cfb-a4b2-4c5d-b9fc-99aeb447049c/?format=api"
        },
        {
            "id": "4e50f1bf-e14e-4466-9155-a67fc8c98ded",
            "gambit_id": "8a536344-a3d2-4ba6-afab-14d7d7bf21e2",
            "last_updated": "2022-10-17T14:08:03.350241-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.17000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44228cfb-a4b2-4c5d-b9fc-99aeb447049c/?format=api"
        }
    ]
}