GET /api/bet_types/fbe3b2b0-8a0b-42cf-a425-93bfc96eb6fb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbe3b2b0-8a0b-42cf-a425-93bfc96eb6fb",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0abbc87-f763-4206-af88-be3c201cbb68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-07T11:57:09.046390-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": "MIA (S Alcantara)",
                "amount": 5065.0
            },
            {
                "team": "CHC (H Wesneski)",
                "amount": 4935.0
            }
        ],
        "expected_reward_tokens": 9572.85,
        "profit_sb": 72.85,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "87a885cc-c316-4147-8473-5d386278a31f",
            "gambit_id": "1aada5d9-362b-4681-b0cf-e83ff4386fe7",
            "last_updated": "2023-05-08T11:47:06.809994-04:00",
            "created_at": "2023-05-07T11:57:09.051708-04:00",
            "name": "MIA (S Alcantara)",
            "reward": "1.89000",
            "odds": "1.92590",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe3b2b0-8a0b-42cf-a425-93bfc96eb6fb/?format=api"
        },
        {
            "id": "3035d323-e9cd-4bd4-9ca6-dd65c529c31c",
            "gambit_id": "fa2a4e26-eb9f-4b58-8011-967f68e0d0cf",
            "last_updated": "2023-05-08T11:47:06.807810-04:00",
            "created_at": "2023-05-07T11:57:09.049468-04:00",
            "name": "CHC (H Wesneski)",
            "reward": "1.94000",
            "odds": "1.98040",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe3b2b0-8a0b-42cf-a425-93bfc96eb6fb/?format=api"
        }
    ]
}