GET /api/bet_types/ca7a561f-71fd-4b3e-b33b-a4f689e3b5d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca7a561f-71fd-4b3e-b33b-a4f689e3b5d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/52cc1215-6267-4764-a1f8-12ec0926b7a6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:06.541163-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": "SDG",
                "amount": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f0ec9fa-3dea-4518-a08c-84c8e516a0a0",
            "gambit_id": "00dac12f-68eb-4d59-94cc-1cc99e65e930",
            "last_updated": "2023-08-14T10:38:13.648942-04:00",
            "created_at": "2023-08-12T09:43:06.544854-04:00",
            "name": "SDG",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7a561f-71fd-4b3e-b33b-a4f689e3b5d2/?format=api"
        },
        {
            "id": "8b0eb27f-e709-4a6c-9c1e-dd7b00b0d62c",
            "gambit_id": "a595ac48-d842-4260-8512-db86851e0b17",
            "last_updated": "2023-08-14T10:38:13.652247-04:00",
            "created_at": "2023-08-12T09:43:06.563246-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca7a561f-71fd-4b3e-b33b-a4f689e3b5d2/?format=api"
        }
    ]
}