GET /api/bet_types/536be5b4-27ad-4363-8842-3016cc5daf73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "536be5b4-27ad-4363-8842-3016cc5daf73",
    "match": "https://api-prod.gambitprofit.com/api/matches/984d4673-8a6b-4443-a212-8d0d8c316a78/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:10.824621-05: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 Hawks",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5788eb2c-a094-440a-bac7-839ae8253f90",
            "gambit_id": "f70e6493-7b91-4534-b3cb-0e7afd62b1df",
            "last_updated": "2023-12-18T10:38:03.044728-05:00",
            "created_at": "2023-12-16T09:23:10.829439-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/536be5b4-27ad-4363-8842-3016cc5daf73/?format=api"
        },
        {
            "id": "b85527c8-8ff9-4c0e-a32c-a189af390f1c",
            "gambit_id": "60ac2054-7be1-4b1c-872c-ccc49aba0d38",
            "last_updated": "2023-12-18T10:38:03.048122-05:00",
            "created_at": "2023-12-16T09:23:10.843852-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/536be5b4-27ad-4363-8842-3016cc5daf73/?format=api"
        }
    ]
}