GET /api/bet_types/b5255925-c771-4562-8e11-2e75caddad82/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5255925-c771-4562-8e11-2e75caddad82",
    "match": "https://api-prod.gambitprofit.com/api/matches/80e5bc88-384d-42a8-bff8-4047c770046e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-29T23:47:16.079021-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": "4ddae403-8656-4632-9601-f030c27e30f3",
            "gambit_id": "e7d36e51-d1fd-494a-830f-43f7ab8876da",
            "last_updated": "2023-03-31T10:32:18.649582-04:00",
            "created_at": "2023-03-29T23:47:16.084489-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/b5255925-c771-4562-8e11-2e75caddad82/?format=api"
        },
        {
            "id": "dfa4acbe-68d9-44e3-be38-e33fce2f7d94",
            "gambit_id": "328b8050-2690-4135-bba4-d6a17a600820",
            "last_updated": "2023-03-31T10:32:18.646655-04:00",
            "created_at": "2023-03-29T23:47:16.081574-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/b5255925-c771-4562-8e11-2e75caddad82/?format=api"
        }
    ]
}