GET /api/bet_types/760cf2c0-c539-4c15-8a59-306e494efb66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "760cf2c0-c539-4c15-8a59-306e494efb66",
    "match": "https://api-prod.gambitprofit.com/api/matches/b92a5a4d-8f44-4f88-b53e-960b4dbff1e9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-06T08:32:15.508191-05: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": "Sacramento Kings",
                "amount": 7026.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 9485.1,
        "profit_sb": -14.9,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "35e660f8-46a2-4e33-99bc-a9243b7e2e10",
            "gambit_id": "ee44f5da-e51a-470e-8f45-38c1431f43e0",
            "last_updated": "2023-02-07T10:22:15.141221-05:00",
            "created_at": "2023-02-06T08:32:15.510884-05:00",
            "name": "Sacramento Kings",
            "reward": "1.35000",
            "odds": "1.37040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760cf2c0-c539-4c15-8a59-306e494efb66/?format=api"
        },
        {
            "id": "17ed0aa5-a922-4064-b741-3a87562b24ba",
            "gambit_id": "fc91118c-3e69-43b7-8d96-b3356899703a",
            "last_updated": "2023-02-07T10:22:15.139884-05:00",
            "created_at": "2023-02-06T08:32:15.509540-05:00",
            "name": "Houston Rockets",
            "reward": "3.19000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/760cf2c0-c539-4c15-8a59-306e494efb66/?format=api"
        }
    ]
}