GET /api/bet_types/58fa49bc-3218-4fc5-a576-741bfc06cdc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58fa49bc-3218-4fc5-a576-741bfc06cdc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/43db00cc-e6c3-4198-af57-39d829bb4ce9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-05T09:57:13.574584-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": "Georgia",
                "amount": 5000.0
            },
            {
                "team": "TCU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "440112a6-0cee-40e6-b445-f0b35b1ea571",
            "gambit_id": "04d14f27-e70a-4f1c-a8fa-c49659e851b5",
            "last_updated": "2023-01-10T16:07:02.585629-05:00",
            "created_at": "2023-01-05T09:57:13.575730-05:00",
            "name": "Georgia",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58fa49bc-3218-4fc5-a576-741bfc06cdc6/?format=api"
        },
        {
            "id": "334a3055-00f7-45e4-83c6-876934a878ce",
            "gambit_id": "5ff2d50d-1412-45d4-af3f-66741d060fe6",
            "last_updated": "2023-01-10T16:07:02.586722-05:00",
            "created_at": "2023-01-05T09:57:13.576967-05:00",
            "name": "TCU",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58fa49bc-3218-4fc5-a576-741bfc06cdc6/?format=api"
        }
    ]
}