GET /api/bet_types/9e32dc07-a548-4768-9b94-343f1dc06ef2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9e32dc07-a548-4768-9b94-343f1dc06ef2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c3f02bf-c694-4b92-8637-0c48e3a62172/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T11:18:00.090164-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": "New England Patriots",
                "amount": 5214.0
            },
            {
                "team": "Indianapolis Colts",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "dec2fe2f-e632-4c14-86cf-a46c540be1f0",
            "gambit_id": "44b4f9bf-09b7-4b6c-82c5-067eeff34293",
            "last_updated": "2023-11-13T15:48:05.387688-05:00",
            "created_at": "2023-11-10T11:18:00.100878-05:00",
            "name": "New England Patriots",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e32dc07-a548-4768-9b94-343f1dc06ef2/?format=api"
        },
        {
            "id": "d2b2d4d4-3981-41e7-8677-5275667ac0d7",
            "gambit_id": "1b5255aa-d109-4fb0-84c3-0f04240a0418",
            "last_updated": "2023-11-13T15:48:05.383130-05:00",
            "created_at": "2023-11-10T11:18:00.096010-05:00",
            "name": "Indianapolis Colts",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "-2.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9e32dc07-a548-4768-9b94-343f1dc06ef2/?format=api"
        }
    ]
}