GET /api/bet_types/63ed77b6-0ebb-487b-ab3e-efc29857b548/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63ed77b6-0ebb-487b-ab3e-efc29857b548",
    "match": "https://api-prod.gambitprofit.com/api/matches/89fd98e5-151a-4f77-8008-e9b43ce89fb3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-03T11:03:18.814637-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": "HOU",
                "amount": 5939.0
            },
            {
                "team": "TEX",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9f14bd2-02c9-4523-bf0a-0d6fb7265015",
            "gambit_id": "2ce79cfe-2088-419d-be5a-d442d85c3034",
            "last_updated": "2023-07-04T10:48:02.983929-04:00",
            "created_at": "2023-07-03T11:03:18.816583-04:00",
            "name": "HOU",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63ed77b6-0ebb-487b-ab3e-efc29857b548/?format=api"
        },
        {
            "id": "1ccb7a8b-2e4f-4bed-b2ea-3f1cc3e7c6fa",
            "gambit_id": "79c0d04e-f018-446a-a2ea-5519ab0eaabb",
            "last_updated": "2023-07-04T10:48:02.986216-04:00",
            "created_at": "2023-07-03T11:03:18.818765-04:00",
            "name": "TEX",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63ed77b6-0ebb-487b-ab3e-efc29857b548/?format=api"
        }
    ]
}