GET /api/bet_types/83c0b1af-20a7-4b8c-9732-cfa797e089bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83c0b1af-20a7-4b8c-9732-cfa797e089bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/f3cdb04a-e369-4106-b005-ee82e123aa26/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-20T15:32:14.133109-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": "Lee Browne",
                "amount": 6783.0
            },
            {
                "team": "Toni Estorer",
                "amount": 3217.0
            }
        ],
        "expected_reward_tokens": 9360.54,
        "profit_sb": -139.46,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "b137fa91-0275-446d-926d-b2395ef18d88",
            "gambit_id": "c7e76afe-a041-4428-930e-d524c8dfda8d",
            "last_updated": "2023-04-28T23:16:59.516918-04:00",
            "created_at": "2023-04-20T15:32:14.138209-04:00",
            "name": "Lee Browne",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c0b1af-20a7-4b8c-9732-cfa797e089bc/?format=api"
        },
        {
            "id": "f25dbfef-a96c-4a06-b6fc-50d766e622f7",
            "gambit_id": "56173af5-6115-4da3-8093-3a100910ef1c",
            "last_updated": "2023-04-28T23:16:59.515567-04:00",
            "created_at": "2023-04-20T15:32:14.135608-04:00",
            "name": "Toni Estorer",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83c0b1af-20a7-4b8c-9732-cfa797e089bc/?format=api"
        }
    ]
}