GET /api/bet_types/2e0b6bf7-ba89-4562-a271-c9efc8863abc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e0b6bf7-ba89-4562-a271-c9efc8863abc",
    "match": "https://api-prod.gambitprofit.com/api/matches/4174d93d-1d41-4a14-96a6-295e4dd9154e/?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": "BAL (D Kremer)",
                "amount": 5890.0
            },
            {
                "team": "WAS (C Abbott)",
                "amount": 4110.0
            }
        ],
        "expected_reward_tokens": 9247.3,
        "profit_sb": 247.3,
        "profit_sb_percentage": 2.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "01f85949-879d-4c4d-8def-8601d66f94fe",
            "gambit_id": "04047288-b0be-43a7-aac2-66d45cb7e456",
            "last_updated": "2022-09-14T10:22:07.953239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (D Kremer)",
            "reward": "1.57000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0b6bf7-ba89-4562-a271-c9efc8863abc/?format=api"
        },
        {
            "id": "46785ce4-1f86-495f-9624-4fbf9d2cae42",
            "gambit_id": "3c8435bc-1be0-4a14-8cca-863dac6c6b2c",
            "last_updated": "2022-09-14T10:22:07.952168-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS (C Abbott)",
            "reward": "2.25000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e0b6bf7-ba89-4562-a271-c9efc8863abc/?format=api"
        }
    ]
}