GET /api/bet_types/921ede52-3973-4307-b1f9-32e2824e1270/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "921ede52-3973-4307-b1f9-32e2824e1270",
    "match": "https://api-prod.gambitprofit.com/api/matches/b4434ef8-9f3d-4d76-964b-6962a941e533/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Real Salt Lake",
                "amount": 6735.0
            },
            {
                "team": "Draw",
                "amount": 3265.0
            }
        ],
        "expected_reward_tokens": 11786.25,
        "profit_sb": 2786.25,
        "profit_sb_percentage": 30.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Real Salt Lake",
                "amount": 5077.0
            },
            {
                "team": "Draw",
                "amount": 2461.0
            },
            {
                "team": "Minnesota United FC",
                "amount": 2461.0
            }
        ],
        "expected_reward_tokens": 8884.21,
        "profit_sb": -115.79,
        "profit_sb_percentage": -1.29,
        "recommended": false
    },
    "lines": [
        {
            "id": "5fc8bf75-b95e-4227-ac15-ebba908ff345",
            "gambit_id": "214deedd-c898-43c4-8d09-59ffc681b56a",
            "last_updated": "2022-09-01T10:57:05.395118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "1.75000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/921ede52-3973-4307-b1f9-32e2824e1270/?format=api"
        },
        {
            "id": "f53fc399-3e8e-4efb-a73e-9800ea386b87",
            "gambit_id": "4e3ec9de-744e-4afb-a837-84c9e7e9b8f9",
            "last_updated": "2022-09-01T10:57:05.395558-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.61000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/921ede52-3973-4307-b1f9-32e2824e1270/?format=api"
        },
        {
            "id": "8241e633-3e63-45e7-8a7e-8ec06deadeab",
            "gambit_id": "474efe77-a19d-492d-8eb8-a229fed6f8b7",
            "last_updated": "2022-09-01T10:57:05.394681-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota United FC",
            "reward": "3.61000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/921ede52-3973-4307-b1f9-32e2824e1270/?format=api"
        }
    ]
}