GET /api/bet_types/30505257-ec19-476c-ae06-c4620c5af2d9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30505257-ec19-476c-ae06-c4620c5af2d9",
    "match": "https://api-prod.gambitprofit.com/api/matches/45a4bf8a-a40e-4730-9746-24076408177a/?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": "Austin FC",
                "amount": 6654.0
            },
            {
                "team": "Portland Timbers",
                "amount": 3346.0
            }
        ],
        "expected_reward_tokens": 11644.08,
        "profit_sb": 2644.08,
        "profit_sb_percentage": 29.38,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Austin FC",
                "amount": 5118.0
            },
            {
                "team": "Portland Timbers",
                "amount": 2574.0
            },
            {
                "team": "Draw",
                "amount": 2308.0
            }
        ],
        "expected_reward_tokens": 8955.04,
        "profit_sb": -44.96,
        "profit_sb_percentage": -0.5,
        "recommended": false
    },
    "lines": [
        {
            "id": "f048f34a-eb55-4cb9-8963-8820ad7f7e3a",
            "gambit_id": "097526ae-76b0-4c93-bc3e-1ad1f01ceab6",
            "last_updated": "2022-09-01T10:57:04.644495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Austin FC",
            "reward": "1.75000",
            "odds": "1.83000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30505257-ec19-476c-ae06-c4620c5af2d9/?format=api"
        },
        {
            "id": "883abdfa-5f16-4071-8006-1df7d1d2b811",
            "gambit_id": "ca5703ad-f73a-460b-a048-47b59692e0e2",
            "last_updated": "2022-09-01T10:57:04.644058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Timbers",
            "reward": "3.48000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30505257-ec19-476c-ae06-c4620c5af2d9/?format=api"
        },
        {
            "id": "78de14ab-d471-443b-9fbb-7ffd3e682e95",
            "gambit_id": "b7d2dfb2-5c8d-43e7-8bc5-4ecf826ac3c5",
            "last_updated": "2022-09-01T10:57:04.644908-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.88000",
            "odds": "4.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30505257-ec19-476c-ae06-c4620c5af2d9/?format=api"
        }
    ]
}