GET /api/bet_types/ec2e8d2b-a1f6-4ca2-8f92-a6beb25ae189/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec2e8d2b-a1f6-4ca2-8f92-a6beb25ae189",
    "match": "https://api-prod.gambitprofit.com/api/matches/963c04a4-e076-4c94-b962-3ad719ae9110/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-29T09:12:56.634741-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 Under 6",
                "amount": 5094.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8a878de-fa52-4642-a607-6af8e8e6c967",
            "gambit_id": "b56f18c0-a24e-47bb-b2c5-147c8abadb55",
            "last_updated": "2023-10-30T21:53:16.740539-04:00",
            "created_at": "2023-10-29T09:12:56.644170-04:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2e8d2b-a1f6-4ca2-8f92-a6beb25ae189/?format=api"
        },
        {
            "id": "d49b1610-c3f2-4b65-9793-631477b7b489",
            "gambit_id": "84d545f7-1b1a-4798-8c21-c9dabc35c59f",
            "last_updated": "2023-10-30T21:53:16.737140-04:00",
            "created_at": "2023-10-29T09:12:56.639648-04:00",
            "name": "Game Total Over 6",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec2e8d2b-a1f6-4ca2-8f92-a6beb25ae189/?format=api"
        }
    ]
}