GET /api/bet_types/45dc3fbe-370c-4743-bf72-78f00e505517/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45dc3fbe-370c-4743-bf72-78f00e505517",
    "match": "https://api-prod.gambitprofit.com/api/matches/97beb468-801c-43a5-adc3-2bdaf999c263/?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": "Robert Whittaker",
                "amount": 6352.0
            },
            {
                "team": "Marvin Vettori",
                "amount": 3648.0
            }
        ],
        "expected_reward_tokens": 9083.36,
        "profit_sb": 83.36,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffe6f9fb-e6d9-469d-9551-8864999f56f3",
            "gambit_id": "d2b45a02-5a71-4cce-8eef-2972876166a9",
            "last_updated": "2022-09-05T10:32:06.642525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Robert Whittaker",
            "reward": "1.43000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45dc3fbe-370c-4743-bf72-78f00e505517/?format=api"
        },
        {
            "id": "a90d7380-2650-4470-94ed-a98a8d5f2ff7",
            "gambit_id": "3d0d3419-c964-47cb-8d5c-dfe768b19f98",
            "last_updated": "2022-09-05T10:32:06.643688-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marvin Vettori",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45dc3fbe-370c-4743-bf72-78f00e505517/?format=api"
        }
    ]
}