GET /api/bet_types/6623a40c-8f70-46cb-ae65-ba7712315375/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6623a40c-8f70-46cb-ae65-ba7712315375",
    "match": "https://api-prod.gambitprofit.com/api/matches/df29ef63-a164-454e-94fb-2ecbe22a2f25/?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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "13357f85-c92e-45be-99b0-3c1ef2bf9176",
            "gambit_id": "da551e82-aab4-438a-9d2b-75f268764938",
            "last_updated": "2022-11-06T20:22:31.133704-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6623a40c-8f70-46cb-ae65-ba7712315375/?format=api"
        },
        {
            "id": "8d4cce8e-e22f-40eb-9256-f660110aaf96",
            "gambit_id": "b368855a-8eef-4647-8fce-9ad5d66c06de",
            "last_updated": "2022-11-06T20:22:31.134637-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6623a40c-8f70-46cb-ae65-ba7712315375/?format=api"
        }
    ]
}