GET /api/bet_types/39537340-a02a-484a-b391-34f29e373972/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39537340-a02a-484a-b391-34f29e373972",
    "match": "https://api-prod.gambitprofit.com/api/matches/93d00f3b-7611-4e41-b8db-e11aeb8b0b76/?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": "New York Mets",
                "amount": 6031.0
            },
            {
                "team": "Miami Marlins",
                "amount": 3969.0
            }
        ],
        "expected_reward_tokens": 9287.46,
        "profit_sb": 287.46,
        "profit_sb_percentage": 3.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "3b527b49-9b70-41b9-af99-f3f5f72e022e",
            "gambit_id": "34205ec4-184a-47be-a4e1-2469859d45d2",
            "last_updated": "2022-09-10T22:02:15.533344-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Mets",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39537340-a02a-484a-b391-34f29e373972/?format=api"
        },
        {
            "id": "ac9c9961-7d00-4ed1-a2a1-a7c6d041249d",
            "gambit_id": "824b4f8a-768c-4049-b074-7668dc543fa1",
            "last_updated": "2022-09-10T22:02:15.532163-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Marlins",
            "reward": "2.34000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39537340-a02a-484a-b391-34f29e373972/?format=api"
        }
    ]
}