GET /api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c58193dd-2a2f-494d-a241-bfe094cd6873",
    "match": "https://api-prod.gambitprofit.com/api/matches/509dda40-6bc5-443e-8b80-2477d18cdd42/?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": "Denver Broncos",
                "amount": 6420.0
            },
            {
                "team": "Dallas Cowboys",
                "amount": 3580.0
            }
        ],
        "expected_reward_tokens": 9308.0,
        "profit_sb": 308.0,
        "profit_sb_percentage": 3.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "25587cd9-9ac9-4c7b-ada4-8a2eb6ba11df",
            "gambit_id": "d4bc2382-2446-4179-8543-8049bbee5b0e",
            "last_updated": "2022-08-14T13:52:13.419434-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Broncos",
            "reward": "1.45000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
        },
        {
            "id": "0840a492-0d1d-4700-a4c0-048acdacb00a",
            "gambit_id": "c79c24f6-1dc5-43be-bcaa-5ee32916ee0b",
            "last_updated": "2022-08-14T13:52:13.419870-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "2.60000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58193dd-2a2f-494d-a241-bfe094cd6873/?format=api"
        }
    ]
}