GET /api/bet_types/7cd976ff-cdc1-4c04-bf18-640dba213c0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7cd976ff-cdc1-4c04-bf18-640dba213c0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d950fc1f-47dc-4030-8b7c-bca415ecda1f/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f6cbe04-1ce8-4fd6-9518-bc6936218130",
            "gambit_id": "8cb25fc5-d6e2-4044-bc49-9ae3d2fe2c97",
            "last_updated": "2022-11-11T13:13:20.749095-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cd976ff-cdc1-4c04-bf18-640dba213c0e/?format=api"
        },
        {
            "id": "5de654b9-f8af-43d2-8ea0-0abff3e0140f",
            "gambit_id": "bbf61a73-bc95-4369-9ffa-748b7fb3270d",
            "last_updated": "2022-11-11T13:13:20.750058-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7cd976ff-cdc1-4c04-bf18-640dba213c0e/?format=api"
        }
    ]
}