GET /api/bet_types/306a48ee-7170-4da0-bbf3-68ab96fe7d0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "306a48ee-7170-4da0-bbf3-68ab96fe7d0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/285c8452-49dc-47d4-b2bd-8531c5222151/?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": 5680.0
            },
            {
                "team": "WAS",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "581f0275-4ab1-4e5d-8e9b-8c510f7ba16d",
            "gambit_id": "539b56df-414a-471c-ab5e-d3b401e1bfaf",
            "last_updated": "2022-08-21T12:47:07.112926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306a48ee-7170-4da0-bbf3-68ab96fe7d0f/?format=api"
        },
        {
            "id": "0e3ceccf-7668-47fb-8a2b-c045a7b0922e",
            "gambit_id": "26269829-f26b-4725-bc44-69722a8dcf71",
            "last_updated": "2022-08-21T12:47:07.113408-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/306a48ee-7170-4da0-bbf3-68ab96fe7d0f/?format=api"
        }
    ]
}