GET /api/bet_types/8e223663-224e-4199-a161-6ab0007e3fd2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e223663-224e-4199-a161-6ab0007e3fd2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef2d8e07-986a-4f14-9f6f-c9370d833761/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:06.563858-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "cc8a37f1-8d1d-4d3c-bfa7-38243eb2a782",
            "gambit_id": "d533f045-bb00-4739-a323-6f0cd251d8fc",
            "last_updated": "2023-11-06T09:38:00.637867-05:00",
            "created_at": "2023-11-04T09:48:06.568167-04:00",
            "name": "Charlotte Hornets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e223663-224e-4199-a161-6ab0007e3fd2/?format=api"
        },
        {
            "id": "c33625c2-0159-4710-aed1-4fce08f558fa",
            "gambit_id": "47586818-7ae3-49e3-9c2f-9ae68e9665d8",
            "last_updated": "2023-11-06T09:38:00.642647-05:00",
            "created_at": "2023-11-04T09:48:06.572796-04:00",
            "name": "Indiana Pacers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e223663-224e-4199-a161-6ab0007e3fd2/?format=api"
        }
    ]
}