GET /api/bet_types/7a975983-d19e-4988-a6c1-c731235ffe6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a975983-d19e-4988-a6c1-c731235ffe6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c741a59-dcfe-4f06-80a3-a5bfb333323d/?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": 6569.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 3431.0
            }
        ],
        "expected_reward_tokens": 9195.08,
        "profit_sb": 195.08,
        "profit_sb_percentage": 2.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a68b138-7e3c-4411-85f6-2e3a2dd51387",
            "gambit_id": "23cb25e8-1980-49b8-8f8d-ac4ffd77aa1b",
            "last_updated": "2022-08-21T12:57:10.214864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a975983-d19e-4988-a6c1-c731235ffe6b/?format=api"
        },
        {
            "id": "ce2ccbf6-8e41-4f26-ba38-de8040104dbc",
            "gambit_id": "9ebb970f-6b00-40fb-b26c-2bd128f52ba9",
            "last_updated": "2022-08-21T12:57:10.215331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "2.68000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a975983-d19e-4988-a6c1-c731235ffe6b/?format=api"
        }
    ]
}