GET /api/bet_types/fc7a1923-6910-45ac-bbd4-95fa1b5212ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc7a1923-6910-45ac-bbd4-95fa1b5212ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/911f281d-c2ad-4844-afaf-3d1f65f10578/?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": "Boston Bruins",
                "amount": 6266.0
            },
            {
                "team": "Calgary Flames",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9148.3,
        "profit_sb": 148.3,
        "profit_sb_percentage": 1.65,
        "recommended": true
    },
    "lines": [
        {
            "id": "b4bf65b5-f8b2-42a6-ad07-09395877a6c2",
            "gambit_id": "902aa0f3-c867-4046-bc01-f8ed80dc34d0",
            "last_updated": "2022-11-11T21:37:26.951161-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Bruins",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc7a1923-6910-45ac-bbd4-95fa1b5212ad/?format=api"
        },
        {
            "id": "594c3c15-23ef-4ecc-a393-53998fd5daab",
            "gambit_id": "46f88bbb-b4b2-46d9-bca0-b5515182ca6c",
            "last_updated": "2022-11-11T21:37:26.952185-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.45000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc7a1923-6910-45ac-bbd4-95fa1b5212ad/?format=api"
        }
    ]
}