GET /api/bet_types/c9eb31b6-0d63-4a22-aa2a-cfa31d0bbe32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9eb31b6-0d63-4a22-aa2a-cfa31d0bbe32",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9f6f21c-fccd-4fcc-a512-0a1a57a57994/?format=api",
    "name": "Pick the Winner",
    "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": "Los Angeles Chargers",
                "amount": 5829.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "47255d8e-edc0-44c4-89c4-18a94708cea2",
            "gambit_id": "70b9bb1e-ca84-43cf-8417-88ea779fb0f0",
            "last_updated": "2022-12-19T13:32:08.459670-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eb31b6-0d63-4a22-aa2a-cfa31d0bbe32/?format=api"
        },
        {
            "id": "01def36d-8ed0-4be7-8b1f-ac9b4301595a",
            "gambit_id": "23d386ad-d097-42ed-a597-e3b05d45ac6b",
            "last_updated": "2022-12-19T13:32:08.460755-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eb31b6-0d63-4a22-aa2a-cfa31d0bbe32/?format=api"
        }
    ]
}