GET /api/bet_types/1c0c888e-7973-4892-a206-284e4f8b7c8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c0c888e-7973-4892-a206-284e4f8b7c8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/006a6365-0841-466c-a2f0-14a3caefcb81/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T09:27:09.360063-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": "Houston Rockets",
                "amount": 6100.0
            },
            {
                "team": "Washington Wizards",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "69487cae-4a07-44ad-ae49-dfab5e7c9850",
            "gambit_id": "54f4b9af-b95b-49a1-a8dd-c0f1be0f8ff2",
            "last_updated": "2023-04-10T14:52:07.025180-04:00",
            "created_at": "2023-04-09T09:27:09.365652-04:00",
            "name": "Houston Rockets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0c888e-7973-4892-a206-284e4f8b7c8a/?format=api"
        },
        {
            "id": "c012e160-6715-4c01-9e6a-c3721fcada53",
            "gambit_id": "f68d3975-e47b-491e-bb28-f6d8ddf3395c",
            "last_updated": "2023-04-10T14:52:07.022709-04:00",
            "created_at": "2023-04-09T09:27:09.362681-04:00",
            "name": "Washington Wizards",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c0c888e-7973-4892-a206-284e4f8b7c8a/?format=api"
        }
    ]
}