GET /api/bet_types/c355dabe-6528-40eb-9c0c-58c928b92d69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c355dabe-6528-40eb-9c0c-58c928b92d69",
    "match": "https://api-prod.gambitprofit.com/api/matches/731cd39e-2cf1-4e01-ad47-cf9634148888/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-27T11:51:59.888536-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": "SDG",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "da51fae2-8fd6-4668-b1e9-aee013fd19ea",
            "gambit_id": "0a9e8d65-57a0-4382-8e88-33f5dacc1da6",
            "last_updated": "2023-04-28T11:22:26.955387-04:00",
            "created_at": "2023-04-27T11:51:59.890053-04:00",
            "name": "CHC",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c355dabe-6528-40eb-9c0c-58c928b92d69/?format=api"
        },
        {
            "id": "496956cf-5e33-4ad0-a7bd-6784beab70e1",
            "gambit_id": "73c812b1-cb5e-4e71-8001-878d5ac64d2e",
            "last_updated": "2023-04-28T11:22:26.957806-04:00",
            "created_at": "2023-04-27T11:51:59.891482-04:00",
            "name": "SDG",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c355dabe-6528-40eb-9c0c-58c928b92d69/?format=api"
        }
    ]
}