GET /api/bet_types/4ef1b004-fdb5-4e1e-96a2-342a6e345c00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ef1b004-fdb5-4e1e-96a2-342a6e345c00",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ff994af-465a-4710-83be-21cf61b8fcb2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-25T09:07:02.563185-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 6.5",
                "amount": 5106.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "6b72b23d-4203-41db-bd42-43358ed19dd5",
            "gambit_id": "9ce73744-890d-4c5e-8650-ade468eac82c",
            "last_updated": "2023-02-26T11:51:59.173119-05:00",
            "created_at": "2023-02-25T09:07:02.564647-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef1b004-fdb5-4e1e-96a2-342a6e345c00/?format=api"
        },
        {
            "id": "f8fd7567-3a9a-4bb9-9fa8-6ead128ef2f9",
            "gambit_id": "a5a61167-8f58-4222-a8ca-14abc4e086a8",
            "last_updated": "2023-02-26T11:51:59.174298-05:00",
            "created_at": "2023-02-25T09:07:02.566206-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ef1b004-fdb5-4e1e-96a2-342a6e345c00/?format=api"
        }
    ]
}