GET /api/bet_types/40e99cfb-9267-4a65-957f-6347a5a05c5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "40e99cfb-9267-4a65-957f-6347a5a05c5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f7e20c-1af8-422d-80a2-d21639f0c165/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:13:00.814533-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": "Calgary Flames",
                "amount": 6232.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "ebf14142-fe14-4cb4-9734-56fd46ad752f",
            "gambit_id": "6d300470-f5e3-4c03-83e2-dbb0838d1e10",
            "last_updated": "2023-12-26T15:23:14.107353-05:00",
            "created_at": "2023-12-23T09:13:00.822460-05:00",
            "name": "Calgary Flames",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e99cfb-9267-4a65-957f-6347a5a05c5c/?format=api"
        },
        {
            "id": "3a3a8068-f0a8-4d61-895e-9df0c0009ead",
            "gambit_id": "d53f0269-3d45-4e3b-8f59-3ff755809c05",
            "last_updated": "2023-12-26T15:23:14.110630-05:00",
            "created_at": "2023-12-23T09:13:00.818166-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40e99cfb-9267-4a65-957f-6347a5a05c5c/?format=api"
        }
    ]
}