GET /api/bet_types/6efebd34-ab7e-4e54-b103-140092771718/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6efebd34-ab7e-4e54-b103-140092771718",
    "match": "https://api-prod.gambitprofit.com/api/matches/9d63d507-2760-4754-a89f-6114ec0ae13a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:11.858558-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": "Atlanta Falcons",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "356880cd-bc5f-4a2e-80fd-d227c210ef31",
            "gambit_id": "86f40923-a273-4962-99bd-1ce5cf5138b3",
            "last_updated": "2023-10-30T15:38:30.194693-04:00",
            "created_at": "2023-10-25T09:13:11.862875-04:00",
            "name": "Atlanta Falcons",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efebd34-ab7e-4e54-b103-140092771718/?format=api"
        },
        {
            "id": "28eca55f-f2e8-489a-a42a-da51d5eb9d7c",
            "gambit_id": "569c0112-126b-40f3-8532-2cd533087c50",
            "last_updated": "2023-10-30T15:38:30.198423-04:00",
            "created_at": "2023-10-25T09:13:11.866686-04:00",
            "name": "Tennessee Titans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6efebd34-ab7e-4e54-b103-140092771718/?format=api"
        }
    ]
}