GET /api/bet_types/cd9a13f9-a3e4-4021-81be-7f3493bdc485/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd9a13f9-a3e4-4021-81be-7f3493bdc485",
    "match": "https://api-prod.gambitprofit.com/api/matches/4914a3b4-ee65-4260-bba4-0e1dacd72ade/?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": 5205.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "4b985435-dbfe-48db-bd29-1f5cc2b44774",
            "gambit_id": "f6f12d07-90b7-4ec8-a62d-35f87d94f603",
            "last_updated": "2022-08-24T10:32:13.151127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9a13f9-a3e4-4021-81be-7f3493bdc485/?format=api"
        },
        {
            "id": "0f7e1dc7-9ea8-4b12-bf69-bb5e8bba60d1",
            "gambit_id": "ff29e81f-9993-413b-91a0-f475bf5de8b3",
            "last_updated": "2022-08-24T10:32:13.150607-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd9a13f9-a3e4-4021-81be-7f3493bdc485/?format=api"
        }
    ]
}