GET /api/bet_types/ecd97a4c-be64-4fcf-87ee-a795ba8dbef3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ecd97a4c-be64-4fcf-87ee-a795ba8dbef3",
    "match": "https://api-prod.gambitprofit.com/api/matches/3eb081af-ccf6-4a67-bdfe-779108c6a656/?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": "SEA",
                "amount": 6401.0
            },
            {
                "team": "TOR",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab7e0b02-b826-46fd-a705-c91a0e061369",
            "gambit_id": "2ce447b8-6558-4bc2-9fc1-c179d8a88562",
            "last_updated": "2022-10-08T08:57:08.458839-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd97a4c-be64-4fcf-87ee-a795ba8dbef3/?format=api"
        },
        {
            "id": "e79c8cbc-ce25-4a06-9390-4f0e59961b81",
            "gambit_id": "0dcebcf8-cfea-447a-a9ed-eeca3e5bc741",
            "last_updated": "2022-10-08T08:57:08.459782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecd97a4c-be64-4fcf-87ee-a795ba8dbef3/?format=api"
        }
    ]
}