GET /api/bet_types/162fac17-5c6d-4a3f-a859-52417e13644a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "162fac17-5c6d-4a3f-a859-52417e13644a",
    "match": "https://api-prod.gambitprofit.com/api/matches/50474900-35ce-484b-82fd-e84fe8bade38/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-04T12:16:53.734614-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": 6163.0
            },
            {
                "team": "MIN",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "04954bc9-1e37-477c-8c0a-a9d03fbc4e54",
            "gambit_id": "ba8730c3-ddfd-4b4e-8869-c81f5e7b26c9",
            "last_updated": "2023-06-05T10:57:24.728780-04:00",
            "created_at": "2023-06-04T12:16:53.736712-04:00",
            "name": "CLE",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162fac17-5c6d-4a3f-a859-52417e13644a/?format=api"
        },
        {
            "id": "5f4ed2ae-01b7-45b5-8706-81c9c98787da",
            "gambit_id": "ef1838e4-a508-4e73-817e-2b5953c750c0",
            "last_updated": "2023-06-05T10:57:24.731202-04:00",
            "created_at": "2023-06-04T12:16:53.739356-04:00",
            "name": "MIN",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/162fac17-5c6d-4a3f-a859-52417e13644a/?format=api"
        }
    ]
}