GET /api/bet_types/3a3d25e1-daeb-48c5-bebb-c283f2fadeb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a3d25e1-daeb-48c5-bebb-c283f2fadeb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcaa2f22-eaf6-4ecf-8eaf-90a75f9b5730/?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": "OAK",
                "amount": 5680.0
            },
            {
                "team": "SEA",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "1d3ed6d5-ca2f-48b3-8d1e-1c581a8de216",
            "gambit_id": "84ba730d-b125-41fd-883c-320a4f4c8e76",
            "last_updated": "2022-08-20T12:02:02.153613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3d25e1-daeb-48c5-bebb-c283f2fadeb4/?format=api"
        },
        {
            "id": "d724abd6-5bd5-4754-93c2-7ca0909c028e",
            "gambit_id": "2f4a20c3-6fad-43f0-9a6d-6c42e6232a07",
            "last_updated": "2022-08-20T12:02:02.154087-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a3d25e1-daeb-48c5-bebb-c283f2fadeb4/?format=api"
        }
    ]
}