GET /api/bet_types/31c2ff8b-0a57-4ffb-b590-8deced92f17d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31c2ff8b-0a57-4ffb-b590-8deced92f17d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b3061d-bb4f-49f7-a12b-a79a30796d37/?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": "STL",
                "amount": 5676.0
            },
            {
                "team": "NYY",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "14f83945-1c46-40b1-90ce-2c203a2edea5",
            "gambit_id": "aded6869-bee4-4338-aebb-4f9b4f4a21b4",
            "last_updated": "2022-08-08T11:02:06.839331-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c2ff8b-0a57-4ffb-b590-8deced92f17d/?format=api"
        },
        {
            "id": "e77942a3-acea-4479-b1ac-9a8bdbdaaf6c",
            "gambit_id": "544db70f-c541-4c32-9351-b852379d3ca3",
            "last_updated": "2022-08-08T11:02:06.839693-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c2ff8b-0a57-4ffb-b590-8deced92f17d/?format=api"
        }
    ]
}