GET /api/bet_types/41aa3fe7-ec97-46a2-8ab6-6408ac3da351/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "41aa3fe7-ec97-46a2-8ab6-6408ac3da351",
    "match": "https://api-prod.gambitprofit.com/api/matches/8917c532-323f-4fa6-8840-48c762ee67eb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-01T09:22:02.412857-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 42",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 42",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "62f4c279-7f6f-4fa6-91b1-be37ef0bda37",
            "gambit_id": "5ab77aac-bfaf-410d-8e87-772fe3dde73f",
            "last_updated": "2023-01-02T11:56:50.326203-05:00",
            "created_at": "2023-01-01T09:22:02.415258-05:00",
            "name": "Game Total Over 42",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41aa3fe7-ec97-46a2-8ab6-6408ac3da351/?format=api"
        },
        {
            "id": "d72ae9b4-2fbf-4048-888c-a2ce80152f2e",
            "gambit_id": "245de6b1-6746-46c7-a162-3a58f86d81c9",
            "last_updated": "2023-01-02T11:56:50.325047-05:00",
            "created_at": "2023-01-01T09:22:02.414059-05:00",
            "name": "Game Total Under 42",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "42.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/41aa3fe7-ec97-46a2-8ab6-6408ac3da351/?format=api"
        }
    ]
}