GET /api/bet_types/03be7192-42ae-43e1-9d99-54994c01cfc6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03be7192-42ae-43e1-9d99-54994c01cfc6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6c73383-52b1-4809-a8e5-efc49f72f02d/?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 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d0b4e68-5909-45db-90d9-230dd4829c19",
            "gambit_id": "b2f2df84-08c1-4011-9c56-03a37a8b4f9a",
            "last_updated": "2022-08-28T11:27:16.524259-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03be7192-42ae-43e1-9d99-54994c01cfc6/?format=api"
        },
        {
            "id": "e463bd5f-11b1-4022-9621-27602255269d",
            "gambit_id": "d6d47bf0-4291-4533-b270-750c442fee5c",
            "last_updated": "2022-08-28T11:27:16.523738-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03be7192-42ae-43e1-9d99-54994c01cfc6/?format=api"
        }
    ]
}