GET /api/bet_types/183874a3-1a60-4cc7-be69-93bf06fe4930/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "183874a3-1a60-4cc7-be69-93bf06fe4930",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f3a556e-3ed0-457c-beed-f840cd6fb7a1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T10:56:58.279438-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": "San Jose Sharks",
                "amount": 5863.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4137.0
            }
        ],
        "expected_reward_tokens": 9556.47,
        "profit_sb": 56.47,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d6c576b-881e-4c52-9f02-03eb9f202d7f",
            "gambit_id": "8c8373ae-344f-4ed3-b655-028ae8b25dc0",
            "last_updated": "2023-02-13T10:02:11.191411-05:00",
            "created_at": "2023-02-12T10:56:58.282087-05:00",
            "name": "San Jose Sharks",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/183874a3-1a60-4cc7-be69-93bf06fe4930/?format=api"
        },
        {
            "id": "0a778574-ebae-4a56-bba6-59dfe3e1a4d6",
            "gambit_id": "ee5371d9-a562-4351-969f-cee487a879d8",
            "last_updated": "2023-02-13T10:02:11.190241-05:00",
            "created_at": "2023-02-12T10:56:58.280728-05:00",
            "name": "Washington Capitals",
            "reward": "2.31000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/183874a3-1a60-4cc7-be69-93bf06fe4930/?format=api"
        }
    ]
}