GET /api/bet_types/8c35e4ac-3915-4f54-bdb5-d153b2919c67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c35e4ac-3915-4f54-bdb5-d153b2919c67",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b62ce15-2126-44c9-930e-2791cea4a97f/?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": "San Diego State",
                "amount": 8185.0
            },
            {
                "team": "New Mexico",
                "amount": 1815.0
            }
        ],
        "expected_reward_tokens": 9329.1,
        "profit_sb": 329.1,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "eb268b99-5360-4f4c-b3c9-289f068bdecd",
            "gambit_id": "8ae74132-52c0-49fa-a2d5-5c1140bb499f",
            "last_updated": "2022-11-19T10:23:34.963121-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.14000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c35e4ac-3915-4f54-bdb5-d153b2919c67/?format=api"
        },
        {
            "id": "295cd196-2860-4f86-a0d8-0cf853a92900",
            "gambit_id": "946222bd-c675-48c4-9349-a13706fa3ed9",
            "last_updated": "2022-11-19T10:23:34.962013-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "5.14000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c35e4ac-3915-4f54-bdb5-d153b2919c67/?format=api"
        }
    ]
}