GET /api/bet_types/2da12375-aed9-470a-8061-d2d1280770af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2da12375-aed9-470a-8061-d2d1280770af",
    "match": "https://api-prod.gambitprofit.com/api/matches/771ac4b0-565b-4fad-8cf3-9f335c88b1da/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-30T08:58:15.530751-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ad55f7b4-08ba-43a1-8cc3-b77de6f70aa7",
            "gambit_id": "ff30fed6-82ef-4305-96fa-0f823873fc0c",
            "last_updated": "2023-10-31T20:03:10.089873-04:00",
            "created_at": "2023-10-30T08:58:15.534947-04:00",
            "name": "Orlando Magic",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da12375-aed9-470a-8061-d2d1280770af/?format=api"
        },
        {
            "id": "c70c931c-ec00-404d-9d76-98334bb73f1d",
            "gambit_id": "de383904-f8bc-4b9d-8564-4e66f806b55f",
            "last_updated": "2023-10-31T20:03:10.093186-04:00",
            "created_at": "2023-10-30T08:58:15.539544-04:00",
            "name": "Los Angeles Lakers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da12375-aed9-470a-8061-d2d1280770af/?format=api"
        }
    ]
}