GET /api/bet_types/51a67a79-8a77-48dd-8185-ae1ec01df137/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "51a67a79-8a77-48dd-8185-ae1ec01df137",
    "match": "https://api-prod.gambitprofit.com/api/matches/08cf1a44-8b17-48c6-bd33-f00875035c69/?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": "Team Liquid",
                "amount": 7752.0
            },
            {
                "team": "Golden Guardians",
                "amount": 2248.0
            }
        ],
        "expected_reward_tokens": 8992.0,
        "profit_sb": -8.0,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "ce1d128d-f8e1-4a32-9eec-1ddf305ce347",
            "gambit_id": "fd8283b6-180b-43fc-bfe3-7cc16311f966",
            "last_updated": "2022-08-15T14:07:19.666942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.16000",
            "odds": "1.18000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a67a79-8a77-48dd-8185-ae1ec01df137/?format=api"
        },
        {
            "id": "67890fff-05e1-47e0-9412-c9641fa7988d",
            "gambit_id": "04a35ac8-415a-46ed-8d1e-1df3c768870b",
            "last_updated": "2022-08-15T14:07:19.667448-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden Guardians",
            "reward": "4.00000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51a67a79-8a77-48dd-8185-ae1ec01df137/?format=api"
        }
    ]
}