GET /api/bet_types/b6842161-fe6e-4a93-a430-cfeb335a82f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6842161-fe6e-4a93-a430-cfeb335a82f5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccfcdaf8-69d9-4824-93a8-1b0e618edbcc/?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 Diego State",
                "amount": 5000.0
            },
            {
                "team": "Utah",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e16ada3e-7c90-448e-8b82-98501c65f287",
            "gambit_id": "5ac5dfc2-f137-416f-80e5-af49b407db88",
            "last_updated": "2022-09-18T09:32:40.077390-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6842161-fe6e-4a93-a430-cfeb335a82f5/?format=api"
        },
        {
            "id": "7a2b433b-a3ec-42c0-8201-1cab0786786b",
            "gambit_id": "a115d154-55c9-4d61-99ee-b5427d9b725d",
            "last_updated": "2022-09-18T09:32:40.076321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-22.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6842161-fe6e-4a93-a430-cfeb335a82f5/?format=api"
        }
    ]
}