GET /api/bet_types/edf0046e-8b3e-4f2b-a931-d83049637046/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edf0046e-8b3e-4f2b-a931-d83049637046",
    "match": "https://api-prod.gambitprofit.com/api/matches/703678bc-f800-4f38-a57b-944e8614005c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-12T10:52:55.861451-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": "New Jersey Devils",
                "amount": 6659.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3341.0
            }
        ],
        "expected_reward_tokens": 9388.21,
        "profit_sb": -111.79,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "29589d23-5d6c-411b-9488-4592ab7b3e10",
            "gambit_id": "ea805c08-a64b-4884-aeb2-36102ade020e",
            "last_updated": "2023-10-13T20:53:04.324049-04:00",
            "created_at": "2023-10-12T10:52:55.870713-04:00",
            "name": "New Jersey Devils",
            "reward": "1.41000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf0046e-8b3e-4f2b-a931-d83049637046/?format=api"
        },
        {
            "id": "7b9bb944-19fa-433a-88bd-d43d7232d7d0",
            "gambit_id": "938fcf8a-68e4-4f03-9c82-faf1eef43f45",
            "last_updated": "2023-10-13T20:53:04.320359-04:00",
            "created_at": "2023-10-12T10:52:55.865738-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf0046e-8b3e-4f2b-a931-d83049637046/?format=api"
        }
    ]
}