GET /api/bet_types/6a3405bf-b7e9-4d9e-ba7a-dcfe0dc9e906/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a3405bf-b7e9-4d9e-ba7a-dcfe0dc9e906",
    "match": "https://api-prod.gambitprofit.com/api/matches/28a5d967-74eb-4ce1-98f7-79108af10293/?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": "UL Monroe",
                "amount": 5000.0
            },
            {
                "team": "Texas",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9694c60e-51a8-4fc1-8bbe-82b038da25b1",
            "gambit_id": "067cdb40-37c8-4000-adc7-c6a007697270",
            "last_updated": "2022-09-05T09:32:25.551287-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Monroe",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a3405bf-b7e9-4d9e-ba7a-dcfe0dc9e906/?format=api"
        },
        {
            "id": "f465afd8-2c0d-473c-929f-8faada7119ef",
            "gambit_id": "71e3bdce-faba-4379-be49-fd881c809842",
            "last_updated": "2022-09-05T09:32:25.550329-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-37.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a3405bf-b7e9-4d9e-ba7a-dcfe0dc9e906/?format=api"
        }
    ]
}