GET /api/bet_types/621137f1-bd70-44b1-a0b9-6ea09bf09ef2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "621137f1-bd70-44b1-a0b9-6ea09bf09ef2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b472a79-ac51-4e3d-9a5c-8470672264b9/?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": "Philadelphia Eagles",
                "amount": 6721.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3279.0
            }
        ],
        "expected_reward_tokens": 9476.31,
        "profit_sb": -23.69,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "150b44c2-62e0-4f74-b5d7-a899630fee2c",
            "gambit_id": "1adadd72-039a-457d-b9ab-088ddfd7c35c",
            "last_updated": "2022-10-11T11:51:57.768098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/621137f1-bd70-44b1-a0b9-6ea09bf09ef2/?format=api"
        },
        {
            "id": "3f7b0433-2f67-4e34-804e-07acd28b8ac1",
            "gambit_id": "61ad9c16-e133-40ee-8916-f208bdec5ea0",
            "last_updated": "2022-10-11T11:51:57.766969-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.89000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/621137f1-bd70-44b1-a0b9-6ea09bf09ef2/?format=api"
        }
    ]
}