GET /api/bet_types/5c5bf535-e9cd-43b7-8175-d4c961412ada/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c5bf535-e9cd-43b7-8175-d4c961412ada",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4523390-1697-4a23-a307-180b3c248273/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:10.739856-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": "Houston Texans",
                "amount": 5214.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3e725a9-11be-468a-87e8-9904951b9b34",
            "gambit_id": "5e2d517a-17c4-42b5-88ae-477c3e0b8959",
            "last_updated": "2023-10-30T15:33:27.651277-04:00",
            "created_at": "2023-10-25T09:13:10.744014-04:00",
            "name": "Houston Texans",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c5bf535-e9cd-43b7-8175-d4c961412ada/?format=api"
        },
        {
            "id": "ef008bc6-d245-4062-952d-bc9e6c9ea863",
            "gambit_id": "066abb92-3ed6-4a47-88af-5d2f92591e30",
            "last_updated": "2023-10-30T15:33:27.655034-04:00",
            "created_at": "2023-10-25T09:13:10.748296-04:00",
            "name": "Carolina Panthers",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c5bf535-e9cd-43b7-8175-d4c961412ada/?format=api"
        }
    ]
}