GET /api/bet_types/7c518f04-ca59-4a0d-a8e3-6b97fd69bb43/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c518f04-ca59-4a0d-a8e3-6b97fd69bb43",
    "match": "https://api-prod.gambitprofit.com/api/matches/81608064-a191-4ba8-a138-4849a900d54b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T09:47:10.003394-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "810fd455-88bc-4927-9258-5a9475c096fe",
            "gambit_id": "9632ae26-8e19-4e20-87a8-3c215a36c5f2",
            "last_updated": "2023-02-08T16:27:14.011457-05:00",
            "created_at": "2023-02-07T09:47:10.004796-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c518f04-ca59-4a0d-a8e3-6b97fd69bb43/?format=api"
        },
        {
            "id": "b432d58c-1b47-43d8-9932-0970bf177b91",
            "gambit_id": "88525aae-7744-47a3-98aa-51cc40c36dbf",
            "last_updated": "2023-02-08T16:27:14.012717-05:00",
            "created_at": "2023-02-07T09:47:10.006152-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c518f04-ca59-4a0d-a8e3-6b97fd69bb43/?format=api"
        }
    ]
}