GET /api/bet_types/3f8a5395-41b3-42ec-892c-335f4b145a63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f8a5395-41b3-42ec-892c-335f4b145a63",
    "match": "https://api-prod.gambitprofit.com/api/matches/bf6ea44c-b80d-4913-955c-f7a963c36dda/?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": "Miami Dolphins",
                "amount": 5208.0
            },
            {
                "team": "Baltimore Ravens",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "eeba8aa9-8d0c-4e4a-845e-aa9fd053b350",
            "gambit_id": "acda3fec-cd05-4fda-a2c7-d6066063411b",
            "last_updated": "2022-09-19T11:42:07.395058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Dolphins",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f8a5395-41b3-42ec-892c-335f4b145a63/?format=api"
        },
        {
            "id": "57513b6d-0994-4c4d-8342-26c970c56b8b",
            "gambit_id": "5382c370-1998-4e95-980a-b0a1c1538b55",
            "last_updated": "2022-09-19T11:42:07.394070-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Baltimore Ravens",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f8a5395-41b3-42ec-892c-335f4b145a63/?format=api"
        }
    ]
}