GET /api/bet_types/7f972a7b-08ab-442d-8328-6b3d875084d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f972a7b-08ab-442d-8328-6b3d875084d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5f61774-f279-46d8-ba6f-c233ba12bd54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-04T11:57:11.797900-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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3a8cdcf-e56b-42d3-a141-ebd2bc2498a2",
            "gambit_id": "164cfdf1-c398-4c19-993f-6532584db8f9",
            "last_updated": "2023-04-05T22:52:10.637159-04:00",
            "created_at": "2023-04-04T11:57:11.799565-04:00",
            "name": "Game Total Over 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f972a7b-08ab-442d-8328-6b3d875084d4/?format=api"
        },
        {
            "id": "6ebbb4aa-fb9d-4823-9d66-e96e23074da2",
            "gambit_id": "3a8fecd6-ab69-4505-ba57-62a004fb39c7",
            "last_updated": "2023-04-05T22:52:10.639714-04:00",
            "created_at": "2023-04-04T11:57:11.800994-04:00",
            "name": "Game Total Under 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f972a7b-08ab-442d-8328-6b3d875084d4/?format=api"
        }
    ]
}