GET /api/bet_types/b02b422f-2ab3-4e8b-a270-b370719b1c4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b02b422f-2ab3-4e8b-a270-b370719b1c4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/de883ab9-8478-45b1-ab9d-6abd81dd1dc1/?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 67",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 67",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b69a760-1880-48ca-801a-b20e5657697e",
            "gambit_id": "414bb851-ef30-4f2d-9c5d-a311f5d9869c",
            "last_updated": "2022-10-02T20:07:03.398671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 67",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b02b422f-2ab3-4e8b-a270-b370719b1c4c/?format=api"
        },
        {
            "id": "17bf8f73-c996-47dd-bcf4-8603aa15c00b",
            "gambit_id": "3662bcc1-1259-4b67-883c-a071f5290bf5",
            "last_updated": "2022-10-02T20:07:03.399723-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 67",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "67.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b02b422f-2ab3-4e8b-a270-b370719b1c4c/?format=api"
        }
    ]
}