GET /api/bet_types/317bd7c0-9f38-4f53-9423-34ff70fa3398/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "317bd7c0-9f38-4f53-9423-34ff70fa3398",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a3e862c-9071-4fe3-a694-d28ec31d84cc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-11T09:38:02.644615-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e50ceb3-d615-4494-9ecb-474a84e3bef3",
            "gambit_id": "a25095f3-281c-43ac-b5b6-daef219183bd",
            "last_updated": "2023-12-12T21:48:27.486539-05:00",
            "created_at": "2023-12-11T09:38:02.648179-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317bd7c0-9f38-4f53-9423-34ff70fa3398/?format=api"
        },
        {
            "id": "ead57779-e3f2-475c-8d1a-d19fe65756a9",
            "gambit_id": "0626bc77-8c5c-4e26-9dbf-378091008635",
            "last_updated": "2023-12-12T21:48:27.489905-05:00",
            "created_at": "2023-12-11T09:38:02.652215-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/317bd7c0-9f38-4f53-9423-34ff70fa3398/?format=api"
        }
    ]
}