GET /api/bet_types/801d13ba-2d16-45ec-8c09-7d0bea4de2ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "801d13ba-2d16-45ec-8c09-7d0bea4de2ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b27f152-a1e9-440a-b1d5-f00beb30a908/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Minnesota",
                "amount": 5672.0
            },
            {
                "team": "Michigan State",
                "amount": 4328.0
            }
        ],
        "expected_reward_tokens": 9131.92,
        "profit_sb": 131.92,
        "profit_sb_percentage": 1.47,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7dd7b26-c62e-47d7-b746-3319edbf8950",
            "gambit_id": "c1e4e4d6-9964-4bc0-bdcf-6b6904643d03",
            "last_updated": "2022-09-25T19:52:04.949861-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota",
            "reward": "1.61000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801d13ba-2d16-45ec-8c09-7d0bea4de2ad/?format=api"
        },
        {
            "id": "9d394fe2-742b-4f55-8aa8-169ef76659af",
            "gambit_id": "8e322a52-f35c-4f74-a246-d04a2d623af6",
            "last_updated": "2022-09-25T19:52:04.948790-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Michigan State",
            "reward": "2.11000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/801d13ba-2d16-45ec-8c09-7d0bea4de2ad/?format=api"
        }
    ]
}