GET /api/bet_types/8b6cc72f-c141-47b3-b366-31aa99a0a2f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b6cc72f-c141-47b3-b366-31aa99a0a2f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/275bf806-4193-4383-9653-995650b57180/?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": "Florida Atlantic",
                "amount": 5000.0
            },
            {
                "team": "Florida Intl",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "af383c55-e128-4fbb-bd34-6ecdc32b30eb",
            "gambit_id": "5b33b787-fce4-4b4d-aa16-5473db381803",
            "last_updated": "2022-11-14T09:38:41.901469-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Atlantic",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b6cc72f-c141-47b3-b366-31aa99a0a2f9/?format=api"
        },
        {
            "id": "7a2c16b2-7fde-425f-9ea5-92e526711d17",
            "gambit_id": "9650c478-ee94-47c3-a780-d64f06803049",
            "last_updated": "2022-11-14T09:38:41.900519-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Intl",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "15.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b6cc72f-c141-47b3-b366-31aa99a0a2f9/?format=api"
        }
    ]
}