GET /api/bet_types/65014ced-1a87-4682-94ab-460544af37ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65014ced-1a87-4682-94ab-460544af37ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1357eab-8125-455d-8549-269f407eb1cd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-04T09:48:08.498812-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": "Sacramento Kings",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3995b1be-644d-472e-89ad-7f0af0a8b001",
            "gambit_id": "d4c8cb95-d1a2-4a08-96b6-cc2212502eef",
            "last_updated": "2023-11-06T09:58:05.191296-05:00",
            "created_at": "2023-11-04T09:48:08.503013-04:00",
            "name": "Sacramento Kings",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65014ced-1a87-4682-94ab-460544af37ee/?format=api"
        },
        {
            "id": "9e55ec27-e6be-42b0-b1f6-b2d62f10f829",
            "gambit_id": "ff225448-99c1-4b8c-9391-12b2edc65e2c",
            "last_updated": "2023-11-06T09:58:05.208384-05:00",
            "created_at": "2023-11-04T09:48:08.506974-04:00",
            "name": "Houston Rockets",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65014ced-1a87-4682-94ab-460544af37ee/?format=api"
        }
    ]
}