GET /api/bet_types/04b4e04d-6040-4f08-8114-9207189af199/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04b4e04d-6040-4f08-8114-9207189af199",
    "match": "https://api-prod.gambitprofit.com/api/matches/25744122-b04a-4743-bcf4-5e4c7d00a65c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:05.248206-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": "Indianapolis Colts",
                "amount": 6554.0
            },
            {
                "team": "Chicago Bears",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "2807c455-dae1-4a54-9b80-8e2c58470214",
            "gambit_id": "82ae5364-ddc7-4755-ae33-22098820a9cc",
            "last_updated": "2023-08-21T19:58:15.994612-04:00",
            "created_at": "2023-08-17T13:03:05.256972-04:00",
            "name": "Indianapolis Colts",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b4e04d-6040-4f08-8114-9207189af199/?format=api"
        },
        {
            "id": "b7990c9d-5b60-4c06-bc2e-d8d924e61f40",
            "gambit_id": "57e55c17-38bc-438d-9f5e-34ff24f1f54c",
            "last_updated": "2023-08-21T19:58:15.991487-04:00",
            "created_at": "2023-08-17T13:03:05.252895-04:00",
            "name": "Chicago Bears",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04b4e04d-6040-4f08-8114-9207189af199/?format=api"
        }
    ]
}