GET /api/bet_types/16adcb06-f62e-4068-b826-f64ada5521c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16adcb06-f62e-4068-b826-f64ada5521c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/855f134e-bdef-40e7-a800-ae35d4f253d6/?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": "Los Angeles FC",
                "amount": 5051.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 4949.0
            }
        ],
        "expected_reward_tokens": 12172.91,
        "profit_sb": 3172.91,
        "profit_sb_percentage": 35.25,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Los Angeles FC",
                "amount": 3653.0
            },
            {
                "team": "Real Salt Lake",
                "amount": 3579.0
            },
            {
                "team": "Draw",
                "amount": 2768.0
            }
        ],
        "expected_reward_tokens": 8802.24,
        "profit_sb": -197.76,
        "profit_sb_percentage": -2.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4baaba2-deeb-4222-8703-b12f85cfff6d",
            "gambit_id": "0fb2c83e-f67c-44cf-92b1-56bbaf5cd972",
            "last_updated": "2022-08-07T14:47:23.208879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles FC",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16adcb06-f62e-4068-b826-f64ada5521c6/?format=api"
        },
        {
            "id": "9fc4f64f-4884-4499-aa96-e3f5ef0fd8e4",
            "gambit_id": "59fdcf5c-8ff7-4591-87b5-9b8db4e0066b",
            "last_updated": "2022-08-07T14:47:23.209524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Real Salt Lake",
            "reward": "2.46000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16adcb06-f62e-4068-b826-f64ada5521c6/?format=api"
        },
        {
            "id": "95b9f235-300b-4381-8203-912c672105bd",
            "gambit_id": "5135ef5d-a430-454b-b3f2-d8ed97f0a05e",
            "last_updated": "2022-08-07T14:47:23.210281-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16adcb06-f62e-4068-b826-f64ada5521c6/?format=api"
        }
    ]
}