GET /api/bet_types/bed4d23d-1fc8-4f5e-8831-1234ff2d1551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bed4d23d-1fc8-4f5e-8831-1234ff2d1551",
    "match": "https://api-prod.gambitprofit.com/api/matches/2631d580-83f6-4b48-bf03-ba97a0f3884b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T13:01:48.724568-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": "Islam Makhachev",
                "amount": 7520.0
            },
            {
                "team": "Alex Volkanovski",
                "amount": 2480.0
            }
        ],
        "expected_reward_tokens": 9324.8,
        "profit_sb": -175.2,
        "profit_sb_percentage": -1.84,
        "recommended": false
    },
    "lines": [
        {
            "id": "5893a020-dbde-4fef-913e-de82ed143cc2",
            "gambit_id": "ad0e75f9-222a-4d8e-98c4-bcf47889e28b",
            "last_updated": "2023-02-12T10:51:47.926660-05:00",
            "created_at": "2023-02-11T13:01:48.725813-05:00",
            "name": "Islam Makhachev",
            "reward": "1.24000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bed4d23d-1fc8-4f5e-8831-1234ff2d1551/?format=api"
        },
        {
            "id": "1f8f8410-d6c7-4a5c-b41a-013f9224fab2",
            "gambit_id": "7bac15ea-00c0-4c80-a24c-4e1dd29c446a",
            "last_updated": "2023-02-12T10:51:47.927923-05:00",
            "created_at": "2023-02-11T13:01:48.727099-05:00",
            "name": "Alex Volkanovski",
            "reward": "3.76000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bed4d23d-1fc8-4f5e-8831-1234ff2d1551/?format=api"
        }
    ]
}