GET /api/bet_types/2a39b299-279f-4ed9-84d9-7a4c6a1a12ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a39b299-279f-4ed9-84d9-7a4c6a1a12ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/a880eb6a-c3e6-452d-bb0b-492bac11d74d/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 46",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 46",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "c8c748d4-b786-4fa4-8220-959c25a40e79",
            "gambit_id": "efa762ac-f117-4815-84cc-4e0a52974d75",
            "last_updated": "2022-09-19T10:21:54.645686-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a39b299-279f-4ed9-84d9-7a4c6a1a12ff/?format=api"
        },
        {
            "id": "7e8a85eb-e765-451d-9fd3-6a586527d0c6",
            "gambit_id": "5b6d6e0e-5d44-4d19-817b-7f31433b75b0",
            "last_updated": "2022-09-19T10:21:54.644463-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 46",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "46.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a39b299-279f-4ed9-84d9-7a4c6a1a12ff/?format=api"
        }
    ]
}