GET /api/bet_types/9dad0a2a-42af-4b29-a1ff-5f64e0b55292/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dad0a2a-42af-4b29-a1ff-5f64e0b55292",
    "match": "https://api-prod.gambitprofit.com/api/matches/d64bd642-9141-4d1d-aeeb-7e00fb36a20d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:57.468320-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": "San Antonio Spurs",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "24805858-588e-435e-92af-b8a55d0db231",
            "gambit_id": "37141d5c-295f-4804-b9b9-e91585e735de",
            "last_updated": "2023-10-30T21:48:17.238198-04:00",
            "created_at": "2023-10-29T09:12:57.474043-04:00",
            "name": "San Antonio Spurs",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dad0a2a-42af-4b29-a1ff-5f64e0b55292/?format=api"
        },
        {
            "id": "80f737a2-ba55-4ee2-9588-2c50972565f1",
            "gambit_id": "b81b602d-7d31-497c-8b10-c7997f05f373",
            "last_updated": "2023-10-30T21:48:17.241646-04:00",
            "created_at": "2023-10-29T09:12:57.479002-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dad0a2a-42af-4b29-a1ff-5f64e0b55292/?format=api"
        }
    ]
}