GET /api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbc086fa-c322-45e4-8d06-5a7e8e74bcfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?format=api",
    "name": "Play the Odds",
    "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": "SDG",
                "amount": 6132.0
            },
            {
                "team": "WAS",
                "amount": 3868.0
            }
        ],
        "expected_reward_tokens": 9320.64,
        "profit_sb": 320.64,
        "profit_sb_percentage": 3.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d00558b-71bc-4b1b-8a54-00545417248a",
            "gambit_id": "f2fc3cb3-e9ca-48b1-80eb-c2f1b5f2ea08",
            "last_updated": "2022-08-13T10:57:04.396491-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.52000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
        },
        {
            "id": "28d34de8-dfb9-4bad-83fe-b0a601753702",
            "gambit_id": "8b4d3b0f-ad82-4f6c-959f-e43756f6f4f5",
            "last_updated": "2022-08-13T10:57:04.396980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
        }
    ]
}