GET /api/bet_types/6d95c206-92fa-45db-987e-ced9b4a0cb36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d95c206-92fa-45db-987e-ced9b4a0cb36",
    "match": "https://api-prod.gambitprofit.com/api/matches/18ce40e6-e7cb-4917-93ea-7fa7ef7da465/?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 6.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "3df6c2ae-5f55-4347-9917-eaf246d07715",
            "gambit_id": "fcb14b30-1538-40eb-a6b6-49664fbf938b",
            "last_updated": "2022-12-03T10:17:34.186534-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d95c206-92fa-45db-987e-ced9b4a0cb36/?format=api"
        },
        {
            "id": "27dd2b36-8081-4b43-859c-533a668f6567",
            "gambit_id": "09f8a041-f13f-4eda-8f4a-bcc79cf4e59c",
            "last_updated": "2022-12-03T10:17:34.187937-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d95c206-92fa-45db-987e-ced9b4a0cb36/?format=api"
        }
    ]
}