GET /api/bet_types/4b8f89b2-3fce-41d7-8463-8a03b9b6ef77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b8f89b2-3fce-41d7-8463-8a03b9b6ef77",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9aeb0f1-a010-4a17-a234-59faa1fbad4d/?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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "b73eee4d-766a-4393-bc6b-e5c65dbe87d5",
            "gambit_id": "3606c2b9-ce0b-4d0d-b1db-d453e1ac02df",
            "last_updated": "2022-11-12T16:58:17.035604-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b8f89b2-3fce-41d7-8463-8a03b9b6ef77/?format=api"
        },
        {
            "id": "09a65130-6a41-4cd4-b6b6-63a0326f30ce",
            "gambit_id": "6748511c-8c1b-4fc1-a9be-c78782ad554f",
            "last_updated": "2022-11-12T16:58:17.036768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b8f89b2-3fce-41d7-8463-8a03b9b6ef77/?format=api"
        }
    ]
}