GET /api/bet_types/3afd9e47-2b42-400d-a1d6-3cacaf062c6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3afd9e47-2b42-400d-a1d6-3cacaf062c6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/107523f0-1031-4ae8-aa7a-c615b5d5aea7/?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 Under 11.5",
                "amount": 5207.0
            },
            {
                "team": "Game Total Over 11.5",
                "amount": 4793.0
            }
        ],
        "expected_reward_tokens": 9058.77,
        "profit_sb": 58.77,
        "profit_sb_percentage": 0.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "72b8e302-5b75-4608-9d5d-ff9bcffcb977",
            "gambit_id": "f945520a-a7ff-4f3e-b37f-1184181ce7c2",
            "last_updated": "2022-09-21T16:11:56.146708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 11.5",
            "reward": "1.74000",
            "odds": "1.83330",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afd9e47-2b42-400d-a1d6-3cacaf062c6d/?format=api"
        },
        {
            "id": "ef370565-9656-42b1-9aea-00d10b6b468e",
            "gambit_id": "95f18230-2ebe-4546-81b8-bfea84533379",
            "last_updated": "2022-09-21T16:11:56.147904-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 11.5",
            "reward": "1.89000",
            "odds": "2.00000",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afd9e47-2b42-400d-a1d6-3cacaf062c6d/?format=api"
        }
    ]
}