GET /api/bet_types/0eada13d-c876-4b3a-a0ea-888d8ef5e6e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eada13d-c876-4b3a-a0ea-888d8ef5e6e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc71955e-41dc-4ac6-ad1a-2f83f559b9c3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:12.757685-04: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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "2da4b579-29ab-4c8b-a0c8-06b7593b13ee",
            "gambit_id": "d60825d7-2265-49a2-8c6a-a77c65f6ef76",
            "last_updated": "2023-05-01T12:27:23.758975-04:00",
            "created_at": "2023-04-30T12:47:12.762000-04:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eada13d-c876-4b3a-a0ea-888d8ef5e6e9/?format=api"
        },
        {
            "id": "d7f9da0e-d698-4c82-8257-bce4384302ca",
            "gambit_id": "f099630e-abf7-4d07-a6b9-ea3163c0e353",
            "last_updated": "2023-05-01T12:27:23.757671-04:00",
            "created_at": "2023-04-30T12:47:12.759909-04:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eada13d-c876-4b3a-a0ea-888d8ef5e6e9/?format=api"
        }
    ]
}