GET /api/bet_types/0da723f8-01aa-47a6-b2cd-a8a1e3ebb54f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0da723f8-01aa-47a6-b2cd-a8a1e3ebb54f",
    "match": "https://api-prod.gambitprofit.com/api/matches/6aa04bff-7977-462b-8a04-6f56520b7716/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-21T10:32:02.509418-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4f0619a9-973d-4444-bc81-811e248b4860",
            "gambit_id": "d3f912c5-7386-4387-b903-900d30c90b4b",
            "last_updated": "2023-03-22T16:51:53.083227-04:00",
            "created_at": "2023-03-21T10:32:02.514158-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0da723f8-01aa-47a6-b2cd-a8a1e3ebb54f/?format=api"
        },
        {
            "id": "d3b9f847-ab4f-4201-a302-890538da7386",
            "gambit_id": "8cfc0e67-97a3-4472-b897-ce99ffc0d7c1",
            "last_updated": "2023-03-22T16:51:53.080869-04:00",
            "created_at": "2023-03-21T10:32:02.511840-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0da723f8-01aa-47a6-b2cd-a8a1e3ebb54f/?format=api"
        }
    ]
}