GET /api/bet_types/6e6b3565-c91d-40ea-9b3e-b682ee1a1290/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e6b3565-c91d-40ea-9b3e-b682ee1a1290",
    "match": "https://api-prod.gambitprofit.com/api/matches/5686d3a0-14e2-4db7-ad08-693106f2b764/?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": "Texas A&M",
                "amount": 5000.0
            },
            {
                "team": "South Carolina",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bf4da283-f4df-4f08-92c4-7838d7dbeb53",
            "gambit_id": "5c2b12e0-c8f3-4735-8b53-192f15055c9f",
            "last_updated": "2022-10-23T21:41:54.157046-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas A&M",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6b3565-c91d-40ea-9b3e-b682ee1a1290/?format=api"
        },
        {
            "id": "3249023e-f192-4bd6-bd49-b2301ef407d9",
            "gambit_id": "cad8f3d1-bf37-4453-85a8-f021e2b082ff",
            "last_updated": "2022-10-23T21:41:54.158136-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e6b3565-c91d-40ea-9b3e-b682ee1a1290/?format=api"
        }
    ]
}