GET /api/bet_types/f73b4406-e05f-4ab5-b776-dd772e0593b8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f73b4406-e05f-4ab5-b776-dd772e0593b8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b78f2fd-fc19-4097-ac08-56bf6bf8a5ec/?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": "Anaheim Ducks",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "abcd69f3-9405-4e60-8c2b-381be1e35167",
            "gambit_id": "502e4219-bc41-4ac8-8b87-653da467dcaa",
            "last_updated": "2022-12-21T10:41:57.796429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f73b4406-e05f-4ab5-b776-dd772e0593b8/?format=api"
        },
        {
            "id": "d4d32086-0704-4d00-9d0f-af6b75cb1f78",
            "gambit_id": "4a5ada93-44fb-4251-91c0-84c83442245a",
            "last_updated": "2022-12-21T10:41:57.795374-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f73b4406-e05f-4ab5-b776-dd772e0593b8/?format=api"
        }
    ]
}