GET /api/bet_types/43502c73-7977-4086-8ad1-aefa1f3276ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43502c73-7977-4086-8ad1-aefa1f3276ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/852d94e1-82c6-4107-ae8a-d28bbd595133/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-18T08:53:08.673232-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": "CLE",
                "amount": 6449.0
            },
            {
                "team": "PIT",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4541c0e-40e0-46f2-a671-76b1c864b114",
            "gambit_id": "1d2ea25e-c07c-4c81-a953-e6a8e26d1538",
            "last_updated": "2023-07-20T09:58:27.422964-04:00",
            "created_at": "2023-07-18T08:53:08.674828-04:00",
            "name": "CLE",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43502c73-7977-4086-8ad1-aefa1f3276ae/?format=api"
        },
        {
            "id": "a721dc28-f3c2-457d-bee9-c81231cef030",
            "gambit_id": "94123334-c74e-419b-83a6-c1f6b77fe5d3",
            "last_updated": "2023-07-20T09:58:27.424578-04:00",
            "created_at": "2023-07-18T08:53:08.676382-04:00",
            "name": "PIT",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43502c73-7977-4086-8ad1-aefa1f3276ae/?format=api"
        }
    ]
}