GET /api/bet_types/7bad1339-ff6b-4231-b319-c86e4baa76ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bad1339-ff6b-4231-b319-c86e4baa76ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9926fb2-f4b9-48e7-88e3-6350b33e8b69/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:52:01.315326-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": "CWS",
                "amount": 5599.0
            },
            {
                "team": "TAM",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ab030ce-34bc-49ac-b9bb-13c803023f0e",
            "gambit_id": "26c27ba8-01df-416b-94e0-f1c6563d201e",
            "last_updated": "2023-04-28T11:22:25.981233-04:00",
            "created_at": "2023-04-27T11:52:01.316738-04:00",
            "name": "CWS",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bad1339-ff6b-4231-b319-c86e4baa76ed/?format=api"
        },
        {
            "id": "9d51d5ea-ea10-4e38-9904-b695e56563bf",
            "gambit_id": "2e45714f-3f07-4986-ae2b-e03c45b33a53",
            "last_updated": "2023-04-28T11:22:25.982414-04:00",
            "created_at": "2023-04-27T11:52:01.318168-04:00",
            "name": "TAM",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bad1339-ff6b-4231-b319-c86e4baa76ed/?format=api"
        }
    ]
}