GET /api/bet_types/4797a0d5-d113-4658-8139-d398ce825b3b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4797a0d5-d113-4658-8139-d398ce825b3b",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5a9f0ae-0470-4bbb-bc4d-8ad9e1e7a9ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:18.986914-04: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": "Dallas Stars",
                "amount": 5000.0
            },
            {
                "team": "St Louis Blues",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab4a752a-4768-471d-8645-a399363635b7",
            "gambit_id": "eef8b4be-8405-404f-9d49-86c9f17cc2f5",
            "last_updated": "2023-04-14T12:02:23.042136-04:00",
            "created_at": "2023-04-13T09:32:18.988320-04:00",
            "name": "Dallas Stars",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4797a0d5-d113-4658-8139-d398ce825b3b/?format=api"
        },
        {
            "id": "2b5fc701-6043-4d1b-b5e7-8d40350dfe0f",
            "gambit_id": "4e06ba6e-a855-4b71-9c3d-baf8feda5a7a",
            "last_updated": "2023-04-14T12:02:23.044366-04:00",
            "created_at": "2023-04-13T09:32:18.989839-04:00",
            "name": "St Louis Blues",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4797a0d5-d113-4658-8139-d398ce825b3b/?format=api"
        }
    ]
}