GET /api/bet_types/d320c044-1968-4b7e-87e3-7e557a639130/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d320c044-1968-4b7e-87e3-7e557a639130",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa6e0627-29eb-4af6-8b23-707c57e3b731/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T22:23:06.216797-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": "Movsar Evloev",
                "amount": 6183.0
            },
            {
                "team": "Arnold Allen",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": -225.5,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "312a5dc4-9d3b-43d8-9160-4797acf2d32c",
            "gambit_id": "66422cbb-6ee2-4150-a997-ad7b1ff35144",
            "last_updated": "2024-01-23T18:38:22.110499-05:00",
            "created_at": "2024-01-19T22:23:06.228200-05:00",
            "name": "Movsar Evloev",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d320c044-1968-4b7e-87e3-7e557a639130/?format=api"
        },
        {
            "id": "f6ee3188-0824-4742-86af-869e44316adc",
            "gambit_id": "bc345406-ea3a-46f1-b9ee-804b0a6edc10",
            "last_updated": "2024-01-23T18:38:22.107145-05:00",
            "created_at": "2024-01-19T22:23:06.220850-05:00",
            "name": "Arnold Allen",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d320c044-1968-4b7e-87e3-7e557a639130/?format=api"
        }
    ]
}