GET /api/bet_types/5ca51ab3-da38-4ffc-bfc8-85c8c58e128f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ca51ab3-da38-4ffc-bfc8-85c8c58e128f",
    "match": "https://api-prod.gambitprofit.com/api/matches/3235c69b-47a9-4e08-ad2a-21e7e6d504ac/?format=api",
    "name": "Pick the Winner",
    "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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 5639.0
            },
            {
                "team": "Leicester City",
                "amount": 4361.0
            }
        ],
        "expected_reward_tokens": 13082.48,
        "profit_sb": 3582.48,
        "profit_sb_percentage": 37.71,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Wolverhampton Wanderers",
                "amount": 4017.0
            },
            {
                "team": "Leicester City",
                "amount": 3107.0
            },
            {
                "team": "Draw",
                "amount": 2876.0
            }
        ],
        "expected_reward_tokens": 9318.24,
        "profit_sb": -181.76,
        "profit_sb_percentage": -1.91,
        "recommended": false
    },
    "lines": [
        {
            "id": "88e82aa0-8178-429c-a3df-c5c9794f344f",
            "gambit_id": "dc976d97-f99b-4609-90fa-c30918b7af25",
            "last_updated": "2022-10-24T12:07:04.431830-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wolverhampton Wanderers",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ca51ab3-da38-4ffc-bfc8-85c8c58e128f/?format=api"
        },
        {
            "id": "be20bdf1-2553-4a02-9c1f-5874071e6b6f",
            "gambit_id": "983c3e24-583e-4a63-aded-1c94cc15dd9b",
            "last_updated": "2022-10-24T12:07:04.430667-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "3.00000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ca51ab3-da38-4ffc-bfc8-85c8c58e128f/?format=api"
        },
        {
            "id": "d4aea97c-14f9-431f-8127-cf179848b707",
            "gambit_id": "d43d5d50-e6b2-4a5a-837f-4377082ccd04",
            "last_updated": "2022-10-24T12:07:04.429452-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.24000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ca51ab3-da38-4ffc-bfc8-85c8c58e128f/?format=api"
        }
    ]
}