GET /api/bet_types/c52b15a3-1b49-4d89-a2cf-64715bf6e4f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c52b15a3-1b49-4d89-a2cf-64715bf6e4f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/6f04a60c-91d7-44f5-ac29-c043108d4102/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-23T12:47:11.006690-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": "Buffalo Bills",
                "amount": 7530.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2470.0
            }
        ],
        "expected_reward_tokens": 9186.6,
        "profit_sb": 186.6,
        "profit_sb_percentage": 2.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "d9b0eb69-d065-44fc-8239-51a89aff3ee9",
            "gambit_id": "7cdd4093-51ef-4784-a867-42f1ea572719",
            "last_updated": "2022-12-25T18:17:07.155249-05:00",
            "created_at": "2022-12-23T12:47:11.009164-05:00",
            "name": "Buffalo Bills",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52b15a3-1b49-4d89-a2cf-64715bf6e4f2/?format=api"
        },
        {
            "id": "5364fc8b-3394-4976-96b5-6e0c168edeb4",
            "gambit_id": "075f0741-5cc1-43dc-861b-462061f7ca68",
            "last_updated": "2022-12-25T18:17:07.154125-05:00",
            "created_at": "2022-12-23T12:47:11.007881-05:00",
            "name": "Chicago Bears",
            "reward": "3.72000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c52b15a3-1b49-4d89-a2cf-64715bf6e4f2/?format=api"
        }
    ]
}