GET /api/bet_types/6930312b-6738-42cb-b409-05b09e6c593e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6930312b-6738-42cb-b409-05b09e6c593e",
    "match": "https://api-prod.gambitprofit.com/api/matches/43021c5b-0ef1-4e18-be8b-fbe2e704b995/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T09:02:00.705046-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": "ARI",
                "amount": 5213.0
            },
            {
                "team": "LOS",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9a1ae8a4-fa48-4fdc-8783-cf584e578134",
            "gambit_id": "88b89eaa-7015-4e9a-b458-214f2f3fb825",
            "last_updated": "2023-04-09T11:27:08.415741-04:00",
            "created_at": "2023-04-08T09:02:00.707149-04:00",
            "name": "ARI",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6930312b-6738-42cb-b409-05b09e6c593e/?format=api"
        },
        {
            "id": "361f11bd-b38e-489b-a7a0-5a71797a39ad",
            "gambit_id": "8e93afc1-0b3b-4ae5-96cf-ee4819350661",
            "last_updated": "2023-04-09T11:27:08.417464-04:00",
            "created_at": "2023-04-08T09:02:00.709170-04:00",
            "name": "LOS",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6930312b-6738-42cb-b409-05b09e6c593e/?format=api"
        }
    ]
}