GET /api/bet_types/ae710ea7-4f97-4df9-bdf4-bbd47c66c10a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae710ea7-4f97-4df9-bdf4-bbd47c66c10a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e772363-0190-42d2-8bbc-a22cb76f09b8/?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": "TOR (A Manoah)",
                "amount": 5423.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": 381.79,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "919baf32-3e21-4022-a60d-a1863e8c83f6",
            "gambit_id": "56757a61-789c-49c0-b1d2-4bcffe764f92",
            "last_updated": "2022-08-05T10:01:53.981398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (A Manoah)",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae710ea7-4f97-4df9-bdf4-bbd47c66c10a/?format=api"
        },
        {
            "id": "490b3a19-3a49-4c0f-9926-5c6fa88ba293",
            "gambit_id": "ececd1d9-c256-4081-904c-e1ccd4cbadc1",
            "last_updated": "2022-08-05T10:01:53.980977-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (S Gray)",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae710ea7-4f97-4df9-bdf4-bbd47c66c10a/?format=api"
        }
    ]
}