GET /api/bet_types/16410c85-9328-4fb3-b6b0-782c8861c4ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16410c85-9328-4fb3-b6b0-782c8861c4ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7a3268b-8b89-47af-9740-aa2bb1fe163d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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": "Game Total Over 7",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc010181-3810-4f1b-804f-57f7e1c3cace",
            "gambit_id": "ec65885b-e8a0-459a-b62e-bb5851ef1b39",
            "last_updated": "2022-08-13T10:57:04.261956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16410c85-9328-4fb3-b6b0-782c8861c4ad/?format=api"
        },
        {
            "id": "285696eb-5811-4f63-86ad-0da3ba19c236",
            "gambit_id": "08936030-a97e-445c-ac34-3d31d41178f9",
            "last_updated": "2022-08-13T10:57:04.261461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16410c85-9328-4fb3-b6b0-782c8861c4ad/?format=api"
        }
    ]
}