GET /api/bet_types/3b083c44-f111-4b5b-ae45-ea27ff0fc4d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b083c44-f111-4b5b-ae45-ea27ff0fc4d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf0120bc-99e6-425b-919a-260f1ef9ebd8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-28T10:08:14.047001-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": "Buffalo Bills",
                "amount": 5213.0
            },
            {
                "team": "Miami Dolphins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d18bf87-a435-4c1e-8bd0-04834106db53",
            "gambit_id": "10668d20-f11e-4fae-9c9c-98af7c62670a",
            "last_updated": "2023-10-02T21:13:12.556243-04:00",
            "created_at": "2023-09-28T10:08:14.056256-04:00",
            "name": "Buffalo Bills",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b083c44-f111-4b5b-ae45-ea27ff0fc4d1/?format=api"
        },
        {
            "id": "e4441502-2aa5-4740-b3d0-8ed3b5bb3909",
            "gambit_id": "1d914e1f-0452-45ec-bd24-03de31438d94",
            "last_updated": "2023-10-02T21:13:12.552447-04:00",
            "created_at": "2023-09-28T10:08:14.051651-04:00",
            "name": "Miami Dolphins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b083c44-f111-4b5b-ae45-ea27ff0fc4d1/?format=api"
        }
    ]
}