GET /api/bet_types/2b15f1a2-501f-43ba-a038-f0ec21e69d3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b15f1a2-501f-43ba-a038-f0ec21e69d3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2422bea-d369-4e71-b628-2e25c1fcffcc/?format=api",
    "name": "Play the Odds",
    "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": "Minnesota Vikings",
                "amount": 5000.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6949a03f-4418-489a-a60c-639bf50992ff",
            "gambit_id": "78b80a7f-b75a-4920-9488-a5cf6bb84b1e",
            "last_updated": "2022-12-19T12:02:18.107823-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b15f1a2-501f-43ba-a038-f0ec21e69d3b/?format=api"
        },
        {
            "id": "b3adfe9b-0c4c-43e5-ab42-252500b5e8b1",
            "gambit_id": "249c0714-69c6-4363-a0f0-dcb3f64e87de",
            "last_updated": "2022-12-19T12:02:18.108898-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b15f1a2-501f-43ba-a038-f0ec21e69d3b/?format=api"
        }
    ]
}