GET /api/bet_types/77b7b369-5ec7-41fc-b6d2-8c58ea8a1901/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77b7b369-5ec7-41fc-b6d2-8c58ea8a1901",
    "match": "https://api-prod.gambitprofit.com/api/matches/5123e40f-83cb-479e-b56a-65d4b4dfaded/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-16T12:17:26.746883-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": "CHC",
                "amount": 5000.0
            },
            {
                "team": "LOS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "34e353e9-0ae8-4e39-a2b3-da288ebaa754",
            "gambit_id": "5f302a16-a695-4682-88f2-af917e75e6e9",
            "last_updated": "2023-04-18T12:12:05.878942-04:00",
            "created_at": "2023-04-16T12:17:26.752162-04:00",
            "name": "CHC",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b7b369-5ec7-41fc-b6d2-8c58ea8a1901/?format=api"
        },
        {
            "id": "a4e5ed62-7250-45d6-9393-f2db0437c1b8",
            "gambit_id": "7208f9e4-0191-4273-8ebe-71f92f76b1ab",
            "last_updated": "2023-04-18T12:12:05.877436-04:00",
            "created_at": "2023-04-16T12:17:26.749505-04:00",
            "name": "LOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77b7b369-5ec7-41fc-b6d2-8c58ea8a1901/?format=api"
        }
    ]
}