GET /api/bet_types/04a5c414-e692-485d-a568-0efad0ad8e76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04a5c414-e692-485d-a568-0efad0ad8e76",
    "match": "https://api-prod.gambitprofit.com/api/matches/9fbd34f7-f943-412d-a91b-cad998c77a13/?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": "FC Dallas",
                "amount": 5093.0
            },
            {
                "team": "San Jose Earthquakes",
                "amount": 4907.0
            }
        ],
        "expected_reward_tokens": 12120.29,
        "profit_sb": 3120.29,
        "profit_sb_percentage": 34.67,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "FC Dallas",
                "amount": 3703.0
            },
            {
                "team": "San Jose Earthquakes",
                "amount": 3568.0
            },
            {
                "team": "Draw",
                "amount": 2729.0
            }
        ],
        "expected_reward_tokens": 8812.96,
        "profit_sb": -187.04,
        "profit_sb_percentage": -2.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "91cfbe2d-b8fc-4c89-a075-5fc154211739",
            "gambit_id": "09d455ba-3a71-4d40-9fb0-f14d3025592b",
            "last_updated": "2022-09-19T09:57:23.948833-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Dallas",
            "reward": "2.38000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04a5c414-e692-485d-a568-0efad0ad8e76/?format=api"
        },
        {
            "id": "1791aa34-bb7b-436b-928e-2515c289f67b",
            "gambit_id": "920a8847-3010-430f-9bc0-8edd1ec0b029",
            "last_updated": "2022-09-19T09:57:23.949824-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Earthquakes",
            "reward": "2.47000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04a5c414-e692-485d-a568-0efad0ad8e76/?format=api"
        },
        {
            "id": "9e020054-5253-4c5e-b3aa-29589f86b3dd",
            "gambit_id": "3a0f41b7-ad5e-4661-b352-bcaf2d574279",
            "last_updated": "2022-09-19T09:57:23.950762-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.23000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04a5c414-e692-485d-a568-0efad0ad8e76/?format=api"
        }
    ]
}