GET /api/bet_types/cdf4f30e-6ae1-4c25-a47c-beff8b204ce2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdf4f30e-6ae1-4c25-a47c-beff8b204ce2",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d7c9ca8-6538-4725-84fb-874a99a1d091/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T09:08:09.300334-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": 5861.0
            },
            {
                "team": "TEX",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bfe3106-604d-43d3-9121-3207fb4ef269",
            "gambit_id": "f291169a-37af-430e-95b9-1c25f9fb4d91",
            "last_updated": "2023-10-30T13:23:26.870593-04:00",
            "created_at": "2023-10-28T09:08:09.304076-04:00",
            "name": "ARI",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdf4f30e-6ae1-4c25-a47c-beff8b204ce2/?format=api"
        },
        {
            "id": "006fd28b-b5c2-40dc-9c4f-634a3e7f4eb9",
            "gambit_id": "9f8ee9b7-cdba-4f54-9e3a-eea5f9832893",
            "last_updated": "2023-10-30T13:23:26.867315-04:00",
            "created_at": "2023-10-28T09:08:09.308410-04:00",
            "name": "TEX",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdf4f30e-6ae1-4c25-a47c-beff8b204ce2/?format=api"
        }
    ]
}