GET /api/bet_types/485035b4-f365-438a-bc89-dd22eff6d2bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "485035b4-f365-438a-bc89-dd22eff6d2bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eaae390-be73-4c21-a802-c2450eab0dc4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-04T09:13:06.461787-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": "TEX",
                "amount": 6010.0
            },
            {
                "team": "TAM",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcb92943-1953-471c-8e09-a26cc341d78a",
            "gambit_id": "8624dcd7-756f-459f-9c37-b6cfb77fe485",
            "last_updated": "2023-10-05T09:13:22.684999-04:00",
            "created_at": "2023-10-04T09:13:06.465468-04:00",
            "name": "TEX",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/485035b4-f365-438a-bc89-dd22eff6d2bd/?format=api"
        },
        {
            "id": "0a6a31c5-18a9-4793-bc1e-06f3991aa4c3",
            "gambit_id": "327204ae-5bd2-4910-825e-e8f13b76162a",
            "last_updated": "2023-10-05T09:13:22.688336-04:00",
            "created_at": "2023-10-04T09:13:06.469950-04:00",
            "name": "TAM",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/485035b4-f365-438a-bc89-dd22eff6d2bd/?format=api"
        }
    ]
}