GET /api/bet_types/e3463c02-7743-4482-9265-cc0113b3ae1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3463c02-7743-4482-9265-cc0113b3ae1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/f44699af-d5d9-4128-be28-19d7949267e3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-07T08:28:00.294241-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": "LOS",
                "amount": 6010.0
            },
            {
                "team": "SDG",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "34b0eb3c-91a3-4409-b0be-8619db701353",
            "gambit_id": "08bf32dd-b4d5-4c0c-aa85-a1a97e1dfd1f",
            "last_updated": "2023-08-08T09:52:57.969429-04:00",
            "created_at": "2023-08-07T08:28:00.298744-04:00",
            "name": "LOS",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3463c02-7743-4482-9265-cc0113b3ae1c/?format=api"
        },
        {
            "id": "808c60ff-299d-40cb-b072-a70a6d9d1741",
            "gambit_id": "96f4acc9-7d61-49e5-accf-48abffc4bb8e",
            "last_updated": "2023-08-08T09:52:57.973308-04:00",
            "created_at": "2023-08-07T08:28:00.302985-04:00",
            "name": "SDG",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3463c02-7743-4482-9265-cc0113b3ae1c/?format=api"
        }
    ]
}