GET /api/bet_types/5f349a6b-1614-49e8-a526-5422474c1421/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f349a6b-1614-49e8-a526-5422474c1421",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5d43ed4-592c-48c4-8080-22898b8346a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T14:32:08.782379-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": "Houston Roughnecks",
                "amount": 6563.0
            },
            {
                "team": "Arlington Renegades",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "36d7dcca-dc20-43b7-9be5-87dc8f3f19cb",
            "gambit_id": "12336dd3-6797-45a1-9e58-541f29434714",
            "last_updated": "2023-02-28T12:37:05.162665-05:00",
            "created_at": "2023-02-23T14:32:08.783576-05:00",
            "name": "Houston Roughnecks",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f349a6b-1614-49e8-a526-5422474c1421/?format=api"
        },
        {
            "id": "b7de7641-1119-4650-bafa-eb92c54acd92",
            "gambit_id": "98e9cbd2-a058-4f7a-b7a6-f3df24f972e8",
            "last_updated": "2023-02-28T12:37:05.163837-05:00",
            "created_at": "2023-02-23T14:32:08.784846-05:00",
            "name": "Arlington Renegades",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f349a6b-1614-49e8-a526-5422474c1421/?format=api"
        }
    ]
}