GET /api/bet_types/609b71dc-f567-4eda-9ae9-da8aac56b0b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "609b71dc-f567-4eda-9ae9-da8aac56b0b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/70052dd4-0f54-4ce2-8707-1c2e1a6144ed/?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": "New York City FC",
                "amount": 7513.0
            },
            {
                "team": "Draw",
                "amount": 2487.0
            }
        ],
        "expected_reward_tokens": 10893.06,
        "profit_sb": 1893.06,
        "profit_sb_percentage": 21.03,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "New York City FC",
                "amount": 6180.0
            },
            {
                "team": "Draw",
                "amount": 2046.0
            },
            {
                "team": "DC United",
                "amount": 1774.0
            }
        ],
        "expected_reward_tokens": 8958.7,
        "profit_sb": -41.3,
        "profit_sb_percentage": -0.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "70a83e7e-515b-4417-aa11-7a5c15a372b0",
            "gambit_id": "ad00e4cc-82fa-47e5-bebe-8e50a799fa7e",
            "last_updated": "2022-09-01T11:57:05.508873-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York City FC",
            "reward": "1.45000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609b71dc-f567-4eda-9ae9-da8aac56b0b3/?format=api"
        },
        {
            "id": "026c9ec5-3acd-47c6-abf7-5f05a125caf7",
            "gambit_id": "05fa9d61-1866-409e-a79e-af8a302542e3",
            "last_updated": "2022-09-01T11:57:05.507843-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.38000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609b71dc-f567-4eda-9ae9-da8aac56b0b3/?format=api"
        },
        {
            "id": "3286568d-4eeb-43bf-8b07-33371ec76002",
            "gambit_id": "c46ef2f2-9bf7-40a0-a9d3-0c5acd35a8ab",
            "last_updated": "2022-09-01T11:57:05.508374-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DC United",
            "reward": "5.05000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/609b71dc-f567-4eda-9ae9-da8aac56b0b3/?format=api"
        }
    ]
}