GET /api/bet_types/2463cf65-2657-4071-a050-04f37283fe73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2463cf65-2657-4071-a050-04f37283fe73",
    "match": "https://api-prod.gambitprofit.com/api/matches/e02b565f-36c7-4433-9506-0dd63be3a802/?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": "LAA",
                "amount": 5588.0
            },
            {
                "team": "MIN",
                "amount": 4412.0
            }
        ],
        "expected_reward_tokens": 9220.2,
        "profit_sb": 220.2,
        "profit_sb_percentage": 2.45,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff69cf57-2e85-417f-aa7f-cf2985f82c59",
            "gambit_id": "714d72f7-676e-477b-bece-13be7945977c",
            "last_updated": "2022-08-15T14:12:15.140860-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.65000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2463cf65-2657-4071-a050-04f37283fe73/?format=api"
        },
        {
            "id": "e2539e14-6968-4ee4-a575-5d3cb12f97ff",
            "gambit_id": "415b104c-07df-44d2-9292-4f1b2ab6da9b",
            "last_updated": "2022-08-15T14:12:15.141323-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "2.09000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2463cf65-2657-4071-a050-04f37283fe73/?format=api"
        }
    ]
}