GET /api/bet_types/0c041c2e-3f7a-412c-af17-11bf9834795c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c041c2e-3f7a-412c-af17-11bf9834795c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a313b96b-36c7-4cfb-8db9-c7e03bfd733e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T10:18:06.971812-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": "Alex Volkanovski",
                "amount": 6469.0
            },
            {
                "team": "Tai Tuivasa",
                "amount": 3531.0
            }
        ],
        "expected_reward_tokens": 9250.67,
        "profit_sb": -249.33,
        "profit_sb_percentage": -2.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5e1604f-fbc9-4224-9265-417a375cca86",
            "gambit_id": "b12236a7-9571-4c28-8aef-77640542549b",
            "last_updated": "2023-09-12T11:38:03.235420-04:00",
            "created_at": "2023-09-09T10:18:06.984035-04:00",
            "name": "Alex Volkanovski",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c041c2e-3f7a-412c-af17-11bf9834795c/?format=api"
        },
        {
            "id": "52e1c5db-c08c-48c5-aa01-dac837ae95fe",
            "gambit_id": "11e8747f-f406-4281-a345-9cd78e9bd58d",
            "last_updated": "2023-09-12T11:38:03.232069-04:00",
            "created_at": "2023-09-09T10:18:06.978683-04:00",
            "name": "Tai Tuivasa",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c041c2e-3f7a-412c-af17-11bf9834795c/?format=api"
        }
    ]
}