GET /api/bet_types/1716e8b6-fed6-4a48-af4c-87c8afcc21d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1716e8b6-fed6-4a48-af4c-87c8afcc21d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bc5c0be-3ebf-495c-b3d8-38acbfd5c0d3/?format=api",
    "name": "Play the Odds",
    "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": "MIN",
                "amount": 5829.0
            },
            {
                "team": "CLE",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b0386c3-265e-46c6-bea6-7f084277711b",
            "gambit_id": "2623cdc9-2a64-4827-b84c-b4beeb54681c",
            "last_updated": "2022-09-17T17:17:25.075244-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1716e8b6-fed6-4a48-af4c-87c8afcc21d2/?format=api"
        },
        {
            "id": "c4ec5203-0388-4bba-8266-1e295c946618",
            "gambit_id": "422f9c68-a25b-476c-bead-ead4fb65b797",
            "last_updated": "2022-09-17T17:17:25.074128-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1716e8b6-fed6-4a48-af4c-87c8afcc21d2/?format=api"
        }
    ]
}