GET /api/bet_types/afc73351-51b6-4365-9a91-0af5281f9e21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afc73351-51b6-4365-9a91-0af5281f9e21",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6a274b6-6f34-4af4-8c76-003e160f3982/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-10T08:51:51.941304-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": "Total Rounds Under 1.5",
                "amount": 5938.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 4062.0
            }
        ],
        "expected_reward_tokens": 9261.36,
        "profit_sb": -238.64,
        "profit_sb_percentage": -2.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "83c6b90d-a4ff-4ea5-92c8-9d2031413cc8",
            "gambit_id": "13bafe1a-6424-489f-8d28-f018b6a6f6fc",
            "last_updated": "2023-03-13T14:11:56.491377-04:00",
            "created_at": "2023-03-10T08:51:51.942692-05:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc73351-51b6-4365-9a91-0af5281f9e21/?format=api"
        },
        {
            "id": "8a2fa5d6-07ac-4ab2-92f3-9969f3271dc1",
            "gambit_id": "22601eea-062b-4c57-9ab2-c364917bee18",
            "last_updated": "2023-03-13T14:11:56.493234-04:00",
            "created_at": "2023-03-10T08:51:51.944064-05:00",
            "name": "Total Rounds Over 1.5",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afc73351-51b6-4365-9a91-0af5281f9e21/?format=api"
        }
    ]
}