GET /api/bet_types/1272968d-2cd6-4730-86f3-3737f6121bc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1272968d-2cd6-4730-86f3-3737f6121bc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a77856e-91e7-4952-936a-5bc2c5494b03/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-24T09:08:01.979970-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 218",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "835b4660-0767-4250-8d9c-525b856fb92a",
            "gambit_id": "192390e5-dee6-4803-861d-0d23859bd927",
            "last_updated": "2023-11-27T10:08:20.577897-05:00",
            "created_at": "2023-11-24T09:08:01.989490-05:00",
            "name": "Game Total Over 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1272968d-2cd6-4730-86f3-3737f6121bc3/?format=api"
        },
        {
            "id": "e69eba14-df3c-4ce9-8366-1187b3f7e376",
            "gambit_id": "5f6e2f16-cf12-4064-9d5b-537cb40e020d",
            "last_updated": "2023-11-27T10:08:20.581765-05:00",
            "created_at": "2023-11-24T09:08:01.996746-05:00",
            "name": "Game Total Under 218",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1272968d-2cd6-4730-86f3-3737f6121bc3/?format=api"
        }
    ]
}