GET /api/bet_types/a0ba1bc8-4059-40f6-a953-cbd55c2093c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0ba1bc8-4059-40f6-a953-cbd55c2093c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/a71d0c8d-3798-481c-a70b-d5ba544d4ec5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-01T09:23:06.715022-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": "MIN",
                "amount": 6010.0
            },
            {
                "team": "BAL",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "97d76385-cadb-4577-9f44-abae7b517238",
            "gambit_id": "3417b1c8-ba72-40dd-afca-ffc113e65ba4",
            "last_updated": "2023-07-02T11:13:22.548954-04:00",
            "created_at": "2023-07-01T09:23:06.717105-04:00",
            "name": "MIN",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ba1bc8-4059-40f6-a953-cbd55c2093c1/?format=api"
        },
        {
            "id": "0b14f3d4-c9d3-49f6-887c-81d098e54888",
            "gambit_id": "47747ea0-d36a-4928-ad94-eb9336aebb08",
            "last_updated": "2023-07-02T11:13:22.550457-04:00",
            "created_at": "2023-07-01T09:23:06.719990-04:00",
            "name": "BAL",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0ba1bc8-4059-40f6-a953-cbd55c2093c1/?format=api"
        }
    ]
}