GET /api/bet_types/9731a206-55ce-425d-82ac-2d0f8b49533e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9731a206-55ce-425d-82ac-2d0f8b49533e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f390a4a0-558a-4284-9923-9cb5f7478ea5/?format=api",
    "name": "Play the Odds",
    "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": "NYY",
                "amount": 5399.0
            },
            {
                "team": "PIT",
                "amount": 4601.0
            }
        ],
        "expected_reward_tokens": 9016.33,
        "profit_sb": 16.33,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "2485d6c2-4fd1-4529-bae5-7181378843df",
            "gambit_id": "32fed415-3f74-48a3-a46c-528ffe432382",
            "last_updated": "2022-09-22T15:02:20.909179-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "1.67000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9731a206-55ce-425d-82ac-2d0f8b49533e/?format=api"
        },
        {
            "id": "202b4297-c2d1-46e0-b1ab-4f150430ed3e",
            "gambit_id": "7a14553c-5d79-4dab-be68-8d9b4e47c7da",
            "last_updated": "2022-09-22T15:02:20.910210-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9731a206-55ce-425d-82ac-2d0f8b49533e/?format=api"
        }
    ]
}