GET /api/bet_types/c842af43-7b6c-4254-ba45-a1ad4704be8a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c842af43-7b6c-4254-ba45-a1ad4704be8a",
    "match": "https://api-prod.gambitprofit.com/api/matches/127e31f1-a667-4548-9020-5b5ba0f39612/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:22.790022-04: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": 6010.0
            },
            {
                "team": "ARI",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "4cb56bc4-5f88-4101-bad3-b3b9b9c27147",
            "gambit_id": "850cc348-581d-41a4-bb7e-47077386123e",
            "last_updated": "2023-09-23T20:58:09.798529-04:00",
            "created_at": "2023-09-22T09:58:22.808676-04:00",
            "name": "NYY",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c842af43-7b6c-4254-ba45-a1ad4704be8a/?format=api"
        },
        {
            "id": "0908ba34-f407-4dac-85ce-aec410c54544",
            "gambit_id": "11fec75c-b716-424e-b4be-8ec173e27d6b",
            "last_updated": "2023-09-23T20:58:09.790084-04:00",
            "created_at": "2023-09-22T09:58:22.793679-04:00",
            "name": "ARI",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c842af43-7b6c-4254-ba45-a1ad4704be8a/?format=api"
        }
    ]
}